`
anyeeye
  • 浏览: 145467 次
  • 来自: ...
社区版块
存档分类
最新评论

android真机调试waiting for debugger

阅读更多

android真机调试时出现:waiting for debugger

 

已check:

1、只保留android composite adb interface。

2、在开发者选项中“选择调试应用”选择无,并关闭“等待调试器”

3、cmd进入命令行,进入adb所在目录先后执行adb kill-server,adb start-server。

等多种情况,依然存在这种问题。

 

相关LOG日志:

06-20 15:40:35.551: D/ResourcesManager(15675): creating new AssetManager and set to /data/app/com.goytrip.webchatenvelope-1/base.apk
06-20 15:40:35.611: W/ActivityThread(15675): Application com.goytrip.webchatenvelope is waiting for the debugger on port 8100...
06-20 15:40:35.611: I/System.out(15675): Sending WAIT chunk
06-20 15:40:35.621: I/art(15675): Debugger is active
06-20 15:40:35.761: W/art(15675): GLITCH: unsupported modKind=MK_SOURCE_NAME_MATCH
06-20 15:40:35.761: A/art(15675): art/runtime/jdwp/jdwp_request.cc:48] Check failed: p_ == end_ read too few bytes: 21
06-20 15:40:35.811: I/System.out(15675): Debugger has connected
06-20 15:40:35.811: I/System.out(15675): waiting for debugger to settle...
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286] Runtime aborting...
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286] Aborting thread:
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286] "JDWP" prio=5 tid=3 Runnable
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c63080 self=0xaf60e400
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15682 nice=0 cgrp=apps sched=0/0 handle=0xafc16a80
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286]   | state=R schedstat=( 12282707 25695987 114 ) utm=0 stm=1 core=0 HZ=100
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb45f5000-0xb45f7000 stackSize=1012KB
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes= "abort lock" "mutator lock"(shared held)
06-20 15:40:35.981: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00004640  /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 00002e8d  /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 00245d09  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 0022ab67  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+146)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 0021b18b  /system/lib/libart.so (art::AbortState::DumpThread(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, art::Thread*)+22)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 0021b3c9  /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+324)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #06 pc 0021b5bd  /system/lib/libart.so (art::Runtime::Abort()+72)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #07 pc 000a76f3  /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #08 pc 0018fc83  /system/lib/libart.so (art::JDWP::Request::CheckConsumed()+74)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #09 pc 0018b149  /system/lib/libart.so (art::JDWP::JdwpState::ProcessRequest(art::JDWP::Request&, art::JDWP::ExpandBuf*)+832)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #10 pc 0018d09d  /system/lib/libart.so (art::JDWP::JdwpState::HandlePacket()+48)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #11 pc 002878e7  /system/lib/libart.so (art::JDWP::JdwpAdbState::ProcessIncoming()+1010)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #12 pc 0018d971  /system/lib/libart.so (art::JDWP::JdwpState::Run()+348)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #13 pc 0018ee9b  /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+10)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #14 pc 000137bb  /system/lib/libc.so (__pthread_start(void*)+30)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #15 pc 0001189b  /system/lib/libc.so (__start_thread+6)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   (no managed stack frames)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286] Dumping all threads without appropriate locks held: thread list lock
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286] All threads:
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286] DALVIK THREADS (10):
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286] "main" prio=5 tid=1 Sleeping
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x8701cef0 self=0xb4f07800
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15675 nice=0 cgrp=apps sched=0/0 handle=0xb6f53ec8
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 40875419 17748076 80 ) utm=1 stm=3 core=2 HZ=100
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xbe22b000-0xbe22d000 stackSize=8MB
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00010114  /system/lib/libc.so (syscall+32)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 000a9f2b  /system/lib/libart.so (art::ConditionVariable::TimedWait(art::Thread*, long long, int)+98)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 001e9bd9  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+468)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 001eb3c5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 00071eed  /system/framework/arm/boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+132)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.sleep!(Native method)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   - sleeping on <0x0fbb7dfb> (a java.lang.Object)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.sleep(Thread.java:1031)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   - locked <0x0fbb7dfb> (a java.lang.Object)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.sleep(Thread.java:985)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at android.os.Debug.waitForDebugger(Debug.java:435)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4979)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at android.app.ActivityThread.access$1600(ActivityThread.java:177)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1509)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at android.os.Handler.dispatchMessage(Handler.java:102)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at android.os.Looper.loop(Looper.java:145)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at android.app.ActivityThread.main(ActivityThread.java:5942)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.reflect.Method.invoke!(Native method)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.reflect.Method.invoke(Method.java:372)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1388)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1183)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286] "Signal Catcher" prio=5 tid=2 WaitingInMainSignalCatcherLoop
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c5f080 self=0xaf90e400
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15681 nice=0 cgrp=apps sched=0/0 handle=0xafc16800
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 4101615 2838333 10 ) utm=0 stm=0 core=1 HZ=100
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb46f9000-0xb46fb000 stackSize=1012KB
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00037ea0  /system/lib/libc.so (__rt_sigtimedwait+12)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 00014f09  /system/lib/libc.so (sigwait+24)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 0021e767  /system/lib/libart.so (art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+66)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 00220255  /system/lib/libart.so (art::SignalCatcher::Run(void*)+196)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 000137bb  /system/lib/libc.so (__pthread_start(void*)+30)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 0001189b  /system/lib/libc.so (__start_thread+6)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   (no managed stack frames)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286] "JDWP" prio=5 tid=3 Runnable
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c63080 self=0xaf60e400
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15682 nice=0 cgrp=apps sched=0/0 handle=0xafc16a80
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | state=R schedstat=( 55152706 72583332 213 ) utm=1 stm=4 core=1 HZ=100
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb45f5000-0xb45f7000 stackSize=1012KB
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes= "abort lock" "mutator lock"(shared held)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00004640  /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 00002e8d  /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
06-20 15:40:35.991: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 00245d09  /system/lib/libart.so (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, char const*, art::mirror::ArtMethod*)+68)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 0022ab67  /system/lib/libart.so (art::Thread::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&) const+146)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 002334e5  /system/lib/libart.so (art::ThreadList::DumpLocked(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+104)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 0021b371  /system/lib/libart.so (art::AbortState::Dump(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)+236)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #06 pc 0021b5bd  /system/lib/libart.so (art::Runtime::Abort()+72)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #07 pc 000a76f3  /system/lib/libart.so (art::LogMessage::~LogMessage()+1322)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #08 pc 0018fc83  /system/lib/libart.so (art::JDWP::Request::CheckConsumed()+74)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #09 pc 0018b149  /system/lib/libart.so (art::JDWP::JdwpState::ProcessRequest(art::JDWP::Request&, art::JDWP::ExpandBuf*)+832)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #10 pc 0018d09d  /system/lib/libart.so (art::JDWP::JdwpState::HandlePacket()+48)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #11 pc 002878e7  /system/lib/libart.so (art::JDWP::JdwpAdbState::ProcessIncoming()+1010)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #12 pc 0018d971  /system/lib/libart.so (art::JDWP::JdwpState::Run()+348)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #13 pc 0018ee9b  /system/lib/libart.so (art::JDWP::StartJdwpThread(void*)+10)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #14 pc 000137bb  /system/lib/libc.so (__pthread_start(void*)+30)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #15 pc 0001189b  /system/lib/libc.so (__start_thread+6)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   (no managed stack frames)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286] "ReferenceQueueDaemon" prio=5 tid=5 Waiting
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c73080 self=0xaf210400
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15685 nice=0 cgrp=apps sched=0/0 handle=0xaf225080
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 2404947 5209791 9 ) utm=0 stm=0 core=3 HZ=100
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb41e5000-0xb41e7000 stackSize=1036KB
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00010110  /system/lib/libc.so (syscall+28)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 000aa177  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 001e9deb  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 001eb3c5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 001fa535  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 000003db  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+82)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Object.wait!(Native method)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   - waiting on <0x3e594e18> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:137)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   - locked <0x3e594e18> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.run(Thread.java:818)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286] "FinalizerWatchdogDaemon" prio=5 tid=6 Waiting
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c73140 self=0xaf210c00
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15688 nice=0 cgrp=apps sched=0/0 handle=0xaf225580
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 3132864 2916250 11 ) utm=0 stm=0 core=1 HZ=100
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb3fd5000-0xb3fd7000 stackSize=1036KB
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00010110  /system/lib/libc.so (syscall+28)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 000aa177  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 001e9deb  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 001eb3c5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 001fa535  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 000003db  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+82)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Object.wait!(Native method)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   - waiting on <0x0061c071> (a java.lang.Daemons$FinalizerWatchdogDaemon)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:243)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   - locked <0x0061c071> (a java.lang.Daemons$FinalizerWatchdogDaemon)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:215)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.run(Thread.java:818)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286] "Binder_1" prio=5 tid=7 Native
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c91080 self=0xaea06400
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15684 nice=0 cgrp=apps sched=0/0 handle=0xafc16f80
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 4944428 5486459 17 ) utm=0 stm=0 core=0 HZ=100
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb42e9000-0xb42eb000 stackSize=1012KB
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 0003805c  /system/lib/libc.so (__ioctl+8)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 0004ee7d  /system/lib/libc.so (ioctl+14)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 0001cb43  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 0001d033  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 0001d095  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 000211fb  /system/lib/libbinder.so (???)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #06 pc 0000ef11  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #07 pc 0005fde1  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #08 pc 0000ea81  /system/lib/libutils.so (???)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #09 pc 000137bb  /system/lib/libc.so (__pthread_start(void*)+30)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   native: #10 pc 0001189b  /system/lib/libc.so (__start_thread+6)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]   (no managed stack frames)
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.001: A/art(15675): art/runtime/runtime.cc:286] "FinalizerDaemon" prio=5 tid=8 Waiting
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c730e0 self=0xaf210800
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15687 nice=0 cgrp=apps sched=0/0 handle=0xaf225300
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 2953333 7469637 22 ) utm=0 stm=0 core=3 HZ=100
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb40d9000-0xb40db000 stackSize=1036KB
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00010110  /system/lib/libc.so (syscall+28)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 000aa177  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 001e9deb  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 001eb3c5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 001fa50d  /system/lib/libart.so (art::Object_waitJI(_JNIEnv*, _jobject*, long long, int)+36)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 00000607  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__JI+102)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Object.wait!(Native method)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   - waiting on <0x3aa78e56> (a java.lang.ref.ReferenceQueue)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Object.wait(Object.java:422)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   - locked <0x3aa78e56> (a java.lang.ref.ReferenceQueue)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:177)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.run(Thread.java:818)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286] "Binder_2" prio=5 tid=9 Native
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12caf080 self=0xad25b400
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15689 nice=0 cgrp=apps sched=0/0 handle=0xaea26080
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 5206563 3428854 12 ) utm=0 stm=0 core=3 HZ=100
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb3ecb000-0xb3ecd000 stackSize=1012KB
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 0003805c  /system/lib/libc.so (__ioctl+8)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 0004ee7d  /system/lib/libc.so (ioctl+14)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 0001cb43  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 0001d033  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 0001d095  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 000211fb  /system/lib/libbinder.so (???)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #06 pc 0000ef11  /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #07 pc 0005fde1  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #08 pc 0000ea81  /system/lib/libutils.so (???)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #09 pc 000137bb  /system/lib/libc.so (__pthread_start(void*)+30)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #10 pc 0001189b  /system/lib/libc.so (__start_thread+6)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   (no managed stack frames)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286] "HeapTrimmerDaemon" prio=5 tid=10 Waiting
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c731a0 self=0xaf211000
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15690 nice=0 cgrp=apps sched=0/0 handle=0xaf225800
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 3103698 4204532 10 ) utm=0 stm=0 core=3 HZ=100
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb3dc1000-0xb3dc3000 stackSize=1036KB
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00010110  /system/lib/libc.so (syscall+28)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 000aa177  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 001e9deb  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, long long, int, bool, art::ThreadState)+998)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 001eb3c5  /system/lib/libart.so (art::Monitor::Wait(art::Thread*, art::mirror::Object*, long long, int, bool, art::ThreadState)+120)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #04 pc 001fa535  /system/lib/libart.so (art::Object_wait(_JNIEnv*, _jobject*)+32)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #05 pc 000003db  /system/framework/arm/boot.oat (Java_java_lang_Object_wait__+82)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Object.wait!(Native method)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   - waiting on <0x3339fed7> (a java.lang.Daemons$HeapTrimmerDaemon)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:314)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   - locked <0x3339fed7> (a java.lang.Daemons$HeapTrimmerDaemon)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.run(Thread.java:818)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286] "GCDaemon" prio=5 tid=4 Blocked
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | group="" sCount=0 dsCount=0 obj=0x12c73200 self=0xaf211400
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | sysTid=15691 nice=0 cgrp=apps sched=0/0 handle=0xaf225a80
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | state=S schedstat=( 2524478 412188 4 ) utm=0 stm=0 core=0 HZ=100
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | stack=0xb3cb7000-0xb3cb9000 stackSize=1036KB
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   | held mutexes=
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #00 pc 00010110  /system/lib/libc.so (syscall+28)
06-20 15:40:36.011: I/System.out(15675): waiting for debugger to settle...
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #01 pc 000aa177  /system/lib/libart.so (art::ConditionVariable::Wait(art::Thread*)+82)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #02 pc 0012ddef  /system/lib/libart.so (art::gc::Heap::WaitForConcurrentGCRequest(art::Thread*)+90)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   native: #03 pc 000003db  /system/framework/arm/boot.oat (Java_dalvik_system_VMRuntime_waitForConcurrentGCRequest__+82)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at dalvik.system.VMRuntime.waitForConcurrentGCRequest(Native method)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   - waiting to lock an unknown object
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Daemons$GCDaemon.run(Daemons.java:334)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]   at java.lang.Thread.run(Thread.java:818)
06-20 15:40:36.011: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.021: A/art(15675): art/runtime/runtime.cc:286]
06-20 15:40:36.021: A/libc(15675): Fatal signal 6 (SIGABRT), code -6 in tid 15682 (JDWP)

分享到:
评论

相关推荐

    nokia真机调试工具-Debugger

    诺基亚真机调试工具(Debugger)为开发者提供了一个高效且直观的平台,以测试和优化他们的应用程序。下面将详细介绍这款工具的功能、使用方法以及其在开发过程中的重要性。 诺基亚S40系列手机因其广泛的用户基础和...

    iOS 13.5 真机调试包

    Xcode集成了强大的Interface Builder、 Instruments以及Xcode Debugger,这些都是进行真机调试的关键工具。Interface Builder用于设计UI,Instruments则提供了性能分析和内存监控,而Xcode Debugger则是调试代码的...

    iOS11.1 真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和真实使用环境下的表现。这个"iOS11.1真机调试包"是专为使用Xcode进行iOS应用开发的程序员准备的...

    iOS 12 真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和系统环境下都能正常工作。针对"iOS 12 真机调试包",我们将深入探讨这个主题,了解其核心知识点...

    ios真机调试步骤

    在iOS开发过程中,真机调试是一项至关重要的环节,它能帮助开发者在实际设备上测试应用程序的行为,确保软件在各种条件下都能正常运行。本教程将详细阐述iOS真机调试的步骤,帮助开发者更有效地进行程序优化。 一、...

    iOS真机调试包13.3.zip

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和系统版本上的表现。本文将详细介绍iOS真机调试包13.3及其相关知识点。 首先,我们要理解的是...

    ios10.1真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和系统版本上运行无误。本文将深入探讨“iOS10.1真机调试开发包”相关的知识点,帮助开发者更好地...

    iOS12.2真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和系统版本上运行无误。iOS12.2真机调试包是专为iOS开发人员设计的,用于在运行iOS12.2系统的设备...

    Unity Profile真机调试文档

    ### Unity Profile真机调试知识点详解 #### 一、概述 Unity Profile真机调试技术主要应用于游戏开发或应用程序开发过程中,特别是在Unity引擎环境下进行项目优化、性能监控与问题定位时非常实用。通过真机调试,...

    iOS17.2真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际的设备上测试应用程序,确保代码在各种硬件配置和系统版本上运行无误。iOS17.2真机调试包是专为iOS17.2系统版本设计的调试工具,它提供了对最新...

    微信调试各种WebView样式调试手机浏览器的页面真机调试

    关于spy-debugger 1、一站式页面调试工具,远程调试任何手机浏览器页面,任何手机移动端webview(如:微信,HybirdApp等)HTTP/HTTPS。 2、spy-debugger内部集成了weinre。 3、支持HTTPS页面的调试。

    ios14.2真机调试包

    【iOS 14.2真机调试包】详解 iOS 14.2是苹果公司为iPhone、iPad等iOS设备推出的系统更新版本,主要目的是为了提供新的功能、优化性能以及修复已知问题。这个真机调试包对于iOS开发者来说至关重要,它允许开发者在...

    ios 11.2 真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和系统环境下都能正常运行。"ios 11.2 真机调试包"就是这样一个工具,专为Xcode开发者设计,用于...

    iOS14.3真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际的iPhone设备上测试应用程序,确保软件在各种环境下的兼容性和性能表现。这里提到的"iOS14.3真机调试包"是一个用于在iOS 14.3版本设备上进行应用...

    iOS真机调试包13.2

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和系统版本上运行无误。本文将深入探讨"iOS真机调试包13.2"的相关知识点,以及如何利用Xcode进行...

    ios 13.5真机调试包

    在iOS开发过程中,真机调试是一项至关重要的环节,它允许开发者在实际设备上测试应用程序,以确保软件在各种硬件配置和系统版本下都能正常运行。本文将深入探讨“iOS 13.5真机调试包”相关的知识点,帮助开发者更好...

    iOS14.3 真机调试包.zip

    《iOS 14.3真机调试环境详解与实践指南》 在移动应用开发领域,iOS系统的更新迭代一直是开发者关注的焦点。随着苹果公司推出iOS 14.3版本,为开发者提供了更多新特性和优化,这对于提升用户体验和增强应用程序功能...

    xcode 真机调试包 11.4 (15F79).zip

    《Xcode 11.4 (15F79)真机调试包详解与应用》 在iOS开发领域,Xcode作为Apple官方的集成开发环境(IDE),是开发者们进行应用构建、测试和调试的必备工具。Xcode 11.4 (15F79)版本是Xcode系列中的一个重要迭代,它...

    9102了,你还不会移动端真机调试吗

    Chrome真机调试适用于Android设备,它允许开发者通过电脑上的Chrome浏览器直接调试手机上的Chrome。首先,确保手机已开启USB调试,并通过USB连接至电脑。在电脑上打开Chrome,输入`chrome://inspect`,勾选...

    c# 图片调试器 Image Debugger Visualizer

    ImageDebuggerVisualizer 放在vs2005-2010的安装目录下的 /Common7/Packages/Debugger/Visualizers目录中即可

Global site tag (gtag.js) - Google Analytics