【发布时间】:2017-01-15 07:09:21
【问题描述】:
当我尝试附加 Android Studio 调试器时,我的一些应用程序崩溃了,然后我收到了这个错误:
Disconnected from the target VM, address: 'localhost:8602', transport: 'socket'
我尝试重新启动 Windows、Android Studio 和 My Nexus,但没有任何效果。
我正在使用最新版本的 Android SDK、构建工具...
这次崩溃后的部分日志:
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] Runtime aborting...
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] Aborting thread:
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] "Jit thread pool worker thread 0" prio=5 tid=2 WaitingForDebuggerSend (still starting up)
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] | group="" sCount=0 dsCount=0 obj=0x0 self=0xec00d000
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] | sysTid=18213 nice=9 cgrp=default sched=0/0 handle=0xf2aa5920
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] | state=R schedstat=( 2419166052 199636564 1513 ) utm=213 stm=28 core=5 HZ=100
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] | stack=0xf29a7000-0xf29a9000 stackSize=1022KB
01-16 09:08:26.967 18208-18213/? A/art: art/runtime/runtime.cc:422] | held mutexes= "abort lock"
【问题讨论】:
-
@DharmaKshetri 我不在测试模式
标签: android android-studio crash