2017-12-14 59 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) 

:
다음은 로그 캣의 출력입니다.

답변

0

Android Studio에서 모든 중단 점을 제거한 후에 문제가 사라졌습니다.