2023-06-09 21:14:33.101 15746-16661/? A/k_101:Plugin11: runtime.cc:655] Runtime aborting... runtime.cc:655] Dumping all threads without mutator lock held runtime.cc:655] All threads: runtime.cc:655] DALVIK THREADS (35): runtime.cc:655] "pool-3-thread-1" prio=5 tid=6 Runnable runtime.cc:655] | group="" sCount=0 dsCount=0 flags=0 obj=0x1309c630 self=0x6fe31c7c00 runtime.cc:655] | sysTid=16673 nice=0 cgrp=default sched=0/0 handle=0x6fe4103cc0 runtime.cc:655] | state=R schedstat=( 53952282 7176826 73 ) utm=3 stm=1 core=1 HZ=100 runtime.cc:655] | stack=0x6fe4000000-0x6fe4002000 stackSize=1043KB runtime.cc:655] | held mutexes= "mutator lock"(shared held) runtime.cc:655] native: #00 pc 000000000047a158 /apex/com.android.art/lib64/libart.so!libart.so (offset 1ed000) (art::DumpNativeStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, int, BacktraceMap*, char const*, art::ArtMethod*, void*, bool)+140) runtime.cc:655] native: #01 pc 000000000057f4bc /apex/com.android.art/lib64/libart.so!libart.so (offset 1ed000) (art::Thread::DumpStack(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, bool, BacktraceMap*, bool) const+404) runtime.cc:655] native: #02 pc 000000000059c308 /apex/com.android.art/lib64/libart.so!libart.so (offset 1ed000) (art::DumpCheckpoint::Run(art::Thread*)+924) runtime.cc:655] native: #03 pc 0000000000580198 /apex/com.android.art/lib64/libart.so!libart.so (offset 1ed000) (art::Thread::RunCheckpointFunction()+176) runtime.cc:655] native: #04 pc 000000000061f890 /apex/com.android.art/lib64/libart.so!libart.so (offset 1ed000) (artTestSuspendFromCode+68) runtime.cc:655] native: #05 pc 000000000013c91c /apex/com.android.art/lib64/libart.so (art_quick_test_suspend+156) runtime.cc:655] at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:944) runtime.cc:655] at magic.g.b(JSON.java:1304) com.alibaba.fastjson.JSON -> magic.g:
时间: 2024-04-02 17:37:29 浏览: 164
gl2-0_1.zip_HP-GL2_HPGL_gl2.zip_hp gl2_hpgl解释器
这段日志是 Android 运行时环境 (ART) 报告了一个运行时中止 (Runtime aborting) 的情况,并尝试在没有 mutator lock 的情况下转储所有线程。在转储线程时,它显示了每个线程的状态、优先级、堆栈跟踪、持有的锁等信息。日志的最后一行显示了似乎是某个库文件的调用堆栈,但我无法确定这个信息对您是否有用。如果您有更多的上下文信息或问题,请提供给我。
阅读全文