(sigabrt)代码-6检查失败:仪器框架方法



它是随机的,当我重建应用程序和重新部署时就消失了。我正在通过从数据库中获取信息来更新视图。

这是stack

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

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

最新更新