2016-12-29 28 views
2

这是随机的,当我重建应用程序并重新部署时会消失。我通过从数据库获取信息来更新视图。(SIGABRT)代码-6检查失败:检测框架方法

这堆

I/art: Starting a blocking GC Instrumentation 
A/art: art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x70f7b720, GetMethod()=0x70af8d68) Expected: void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature> 
A/art: art/runtime/stack.cc:848] Check failed: instrumentation_frame.method_ == GetMethod() (instrumentation_frame.method_=0x70f7b720, GetMethod()=0x70af8d68) Expected: void android.view.LayoutInflater.rInflate(org.xmlpull.v1.XmlPullParser, android.view.View, android.content.Context, android.util.AttributeSet, boolean) Found: <runtime method>.<runtime internal callee-save reference and argument registers method><no signature> 
A/art: art/runtime/runtime.cc:403] Runtime aborting --- recursively, so no thread-specific detail! 
A/art: art/runtime/runtime.cc:403] 
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 32299 (xxx.xxx) 
     [ 12-29 15:20:42.680 270: 270 W/   ] 
     debuggerd: handling request: pid=32299 uid=10102 gid=10102 tid=32299 

回答

2

尝试关闭即时运行。这对我有帮助。

+1

也适用于我,但我希望找到真正的解决方案来再次开始使用Instant Run。 –