2017-12-14 6 views
1

Android Studioで奇妙な現象が発生しています。
エミュレータやテスト済みのさまざまなデバイスで問題なく動作しているアプリケーションが、特定のデバイス(Android 7.0)の起動時にエラー(ダイアログ"... has stopped" with option 'Open app again')にクラッシュしています。アプリクラッシュ - 修正方法

クラッシュが発生するまで、アプリではonCreate()が正常に呼び出され、かなりの処理が行われました。
「アプリをもう一度開く」をクリックすると問題なくアプリが起動します。

これはASのバグでしょうか?すべてのヘルプは大歓迎されます

A/art: art/runtime/runtime.cc:403] Runtime aborting... 
A/art: art/runtime/runtime.cc:403] Aborting thread: 
/art: art/runtime/runtime.cc:403] "Jit thread pool worker thread 0" prio=5 tid=2 WaitingForDebuggerSend (still starting up) 
A/art: art/runtime/runtime.cc:403] | group="" sCount=0 dsCount=0 obj=0x0 self=0xa1f0d000 
A/art: art/runtime/runtime.cc:403] | sysTid=10723 nice=9 cgrp=default sched=0/0 handle=0xa7aa6920 
A/art: art/runtime/runtime.cc:403] | state=R schedstat=(1654233000 957016472 1873) utm=132 stm=33 core=3 HZ=100 
A/art: art/runtime/runtime.cc:403] | stack=0xa79a8000-0xa79aa000 stackSize=1022KB 
A/art: art/runtime/runtime.cc:403] | held mutexes= "abort lock" 
A/art: art/runtime/runtime.cc:403] native: #00 pc 0034f0ad /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128) 


はここでLogcatからの出力です。

答えて

0

Android Studioですべてのブレークポイントを削除した後に問題が解消されました。

関連する問題