2016-12-29 12 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

私のためにも動作しますが、インスタント・ランの使用を再開するには本当の解決策を見つけることを願っています。 –

関連する問題