相关疑难解决方法(0)

在调试模式下启动时Android应用程序崩溃

当我在调试模式下运行时,应用程序崩溃了,但是当我正常运行它时它会起作用.我认为附加调试器时会出现问题.

日志:

A/art: art/runtime/jdwp/jdwp_event.cc:661] Check failed: Thread::Current() != GetDebugThread() (Thread::Current()=0x7f44a18400, GetDebugThread()=0x7f44a18400) Expected event thread
A/art: art/runtime/runtime.cc:422] Runtime aborting...
A/art: art/runtime/runtime.cc:422] Aborting thread:
A/art: art/runtime/runtime.cc:422] "JDWP" prio=5 tid=4 WaitingForDebuggerSend
A/art: art/runtime/runtime.cc:422]   | group="" sCount=0 dsCount=0 obj=0x12c60280 self=0x7f44a18400
A/art: art/runtime/runtime.cc:422]   | sysTid=24137 nice=0 cgrp=default sched=0/0 handle=0x7f4b904450
A/art: art/runtime/runtime.cc:422]   | state=R schedstat=( 132066712 16401043 106 ) utm=9 stm=2 core=3 HZ=100
A/art: art/runtime/runtime.cc:422]   | stack=0x7f4b80a000-0x7f4b80c000 stackSize=1005KB
A/art: art/runtime/runtime.cc:422]   | held mutexes= "abort lock"
A/art: art/runtime/runtime.cc:422]   native: #00 pc 000000000047e2cc  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)
A/art: …
Run Code Online (Sandbox Code Playgroud)

debugging android android-debug android-studio android-debugging

285
推荐指数
6
解决办法
5万
查看次数

删除IntelliJ IDEA中的所有断点

是否有可能在IntelliJ IDEA IDE中删除模块中的所有断点(可能使用快捷方式)?谢谢.

intellij-idea

120
推荐指数
5
解决办法
5万
查看次数

Android I/zygote64:等待阻止GC ProfileSaver

我调试我的应用程序时遇到此问题.它在这条线上阻挡,我不知道是什么造成的.我找不到任何答案或任何有同样问题的人.我不知道代码的哪一部分会导致这种情况发生.你对此有什么想法或经验吗?我正在使用 Android Studio 3.1, JRE 1.8.0, JVM: OpenJDK 64-bit

android garbage-collection blocking

13
推荐指数
3
解决办法
2090
查看次数