Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有一定概率打开应用闪退 #59

Closed
yujincheng08 opened this issue Jul 13, 2020 · 1 comment
Closed

有一定概率打开应用闪退 #59

yujincheng08 opened this issue Jul 13, 2020 · 1 comment

Comments

@yujincheng08
Copy link
Contributor

yujincheng08 commented Jul 13, 2020

使用Xpatch(基于sandhook)打包插件入应用之后,有一定概率打开应用会闪退。但是使用基于sandhook的EdXposed没遇到过。Xpatch作者说大概率是sandhook问题WindySha/Xpatch#59。相关日志如下:

07-13 13:56:32.677 F/art     (19940): art/runtime/thread-inl.h:199] Transitioning to runnable with checkpoint flag,  flags=2 state=67

07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406] Runtime aborting...
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406] Aborting thread:
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406] "main" prio=5 tid=1 Runnable
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=0 dsCount=0 obj=0x74e910e8 self=0x7d72a95a00
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19940 nice=0 cgrp=default sched=0/0 handle=0x7d76932a98
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   | state=R schedstat=( 632529969 18022455 328 ) utm=49 stm=13 core=6 HZ=100
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7fd9473000-0x7fd9475000 stackSize=8MB
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes= "abort lock" "mutator lock"(shared held)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 0000000000476d74  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 0000000000476d70  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 000000000044b5bc  /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+472)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 000000000043965c  /system/lib64/libart.so (_ZNK3art10AbortState10DumpThreadERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEPNS_6ThreadE+56)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 000000000043947c  /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+576)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 000000000042d068  /system/lib64/libart.so (_ZN3art7Runtime5AbortEv+140)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #06 pc 00000000000e5124  /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1204)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #07 pc 0000000000545060  /system/lib64/libart.so (_ZN3artL12GoToRunnableEPNS_6ThreadE+532)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #08 pc 0000000000544e08  /system/lib64/libart.so (_ZN3art12JniMethodEndEjPNS_6ThreadE+28)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   native: #09 pc 00000000006c775c  /data/app/tv.danmaku.bili-1/oat/arm64/base.odex (Java_com_swift_sandhook_SandHook_hookMethod__Ljava_lang_reflect_Member_2Ljava_lang_reflect_Method_2Ljava_lang_reflect_Method_2I+232)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.SandHook.hookMethod(Native method)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.SandHook.hook(SandHook.java:114)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   - locked <0x0c5bbff3> (a java.lang.Class<com.swift.sandhook.SandHook>)
07-13 13:56:32.808 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.xposedcompat.methodgen.DynamicBridge.hookMethod(DynamicBridge.java:66)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedBridge.hookMethodNative(XposedBridge.java:275)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   - locked <0x007ef4b0> (a java.lang.Class<de.robv.android.xposed.XposedBridge>)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedBridge.hookMethod(XposedBridge.java:181)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:187)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:260)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at a.a.a.a.k.a(:4)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at me.iacn.biliroaming.XposedInit.a(:1)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at me.iacn.biliroaming.XposedInit$b.beforeHookedMethod(:12)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XC_MethodHook.callBeforeHookedMethod(XC_MethodHook.java:51)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.xposedcompat.hookstub.HookStubManager.hookBridge(HookStubManager.java:276)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.xposedcompat.hookstub.MethodHookerStubs64.stub_hook_1(MethodHookerStubs64.java:206)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5718)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread.-wrap2(ActivityThread.java:-1)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1714)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.Handler.dispatchMessage(Handler.java:102)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.Looper.loop(Looper.java:154)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread.main(ActivityThread.java:6437)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.reflect.Method.invoke!(Native method)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:983)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406] Dumping all threads without appropriate locks held: thread list lock
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406] All threads:
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406] DALVIK THREADS (12):
07-13 13:56:32.809 F/art     (19940): art/runtime/runtime.cc:406] "main" prio=5 tid=1 Runnable
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=0 dsCount=0 obj=0x74e910e8 self=0x7d72a95a00
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19940 nice=0 cgrp=default sched=0/0 handle=0x7d76932a98
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   | state=R schedstat=( 650791893 18417186 371 ) utm=50 stm=14 core=6 HZ=100
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7fd9473000-0x7fd9475000 stackSize=8MB
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes= "abort lock" "mutator lock"(shared held)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 0000000000476d74  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+220)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 0000000000476d70  /system/lib64/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+216)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 000000000044b5bc  /system/lib64/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMap+472)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 0000000000462cdc  /system/lib64/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+820)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 000000000045afbc  /system/lib64/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureE+456)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 000000000045abcc  /system/lib64/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+288)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #06 pc 000000000043948c  /system/lib64/libart.so (_ZNK3art10AbortState4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+592)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #07 pc 000000000042d068  /system/lib64/libart.so (_ZN3art7Runtime5AbortEv+140)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #08 pc 00000000000e5124  /system/lib64/libart.so (_ZN3art10LogMessageD2Ev+1204)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #09 pc 0000000000545060  /system/lib64/libart.so (_ZN3artL12GoToRunnableEPNS_6ThreadE+532)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #10 pc 0000000000544e08  /system/lib64/libart.so (_ZN3art12JniMethodEndEjPNS_6ThreadE+28)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   native: #11 pc 00000000006c775c  /data/app/tv.danmaku.bili-1/oat/arm64/base.odex (Java_com_swift_sandhook_SandHook_hookMethod__Ljava_lang_reflect_Member_2Ljava_lang_reflect_Method_2Ljava_lang_reflect_Method_2I+232)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.SandHook.hookMethod(Native method)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.SandHook.hook(SandHook.java:114)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   - locked <0x0c5bbff3> (a java.lang.Class<com.swift.sandhook.SandHook>)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.xposedcompat.methodgen.DynamicBridge.hookMethod(DynamicBridge.java:66)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedBridge.hookMethodNative(XposedBridge.java:275)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   - locked <0x007ef4b0> (a java.lang.Class<de.robv.android.xposed.XposedBridge>)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedBridge.hookMethod(XposedBridge.java:181)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:187)
07-13 13:56:32.810 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:260)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at a.a.a.a.k.a(:4)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at me.iacn.biliroaming.XposedInit.a(:1)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at me.iacn.biliroaming.XposedInit$b.beforeHookedMethod(:12)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at de.robv.android.xposed.XC_MethodHook.callBeforeHookedMethod(XC_MethodHook.java:51)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.xposedcompat.hookstub.HookStubManager.hookBridge(HookStubManager.java:276)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at com.swift.sandhook.xposedcompat.hookstub.MethodHookerStubs64.stub_hook_1(MethodHookerStubs64.java:206)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5718)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread.-wrap2(ActivityThread.java:-1)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1714)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.Handler.dispatchMessage(Handler.java:102)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.Looper.loop(Looper.java:154)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at android.app.ActivityThread.main(ActivityThread.java:6437)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.reflect.Method.invoke!(Native method)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:983)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406] "Jit thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x0 self=0x7d6ae11000
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19945 nice=9 cgrp=default sched=0/0 handle=0x7d72007450
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 13381344 7763616 18 ) utm=1 stm=0 core=7 HZ=100
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d71f09000-0x7d71f0b000 stackSize=1021KB
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19945/stack)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000001bcac  /system/lib64/libc.so (syscall+28)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 00000000000e73d8  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 0000000000464a50  /system/lib64/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+252)
07-13 13:56:32.811 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 0000000000463f0c  /system/lib64/libart.so (_ZN3art16ThreadPoolWorker3RunEv+124)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 000000000046383c  /system/lib64/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+116)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 00000000000680e0  /system/lib64/libc.so (_ZL15__pthread_startPv+196)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #06 pc 000000000001d940  /system/lib64/libc.so (__start_thread+16)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   (no managed stack frames)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406] "Signal Catcher" prio=5 tid=3 WaitingInMainSignalCatcherLoop
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c57dc0 self=0x7d68512000
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19946 nice=0 cgrp=default sched=0/0 handle=0x7d71f06450
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 649577 0 1 ) utm=0 stm=0 core=7 HZ=100
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d71e0c000-0x7d71e0e000 stackSize=1005KB
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19946/stack)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000006a65c  /system/lib64/libc.so (__rt_sigtimedwait+8)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 0000000000024a58  /system/lib64/libc.so (sigwait+64)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 000000000043dd08  /system/lib64/libart.so (_ZN3art9SignalSet4WaitEv+48)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 000000000043d7d8  /system/lib64/libart.so (_ZN3art13SignalCatcher13WaitForSignalEPNS_6ThreadERNS_9SignalSetE+240)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 000000000043bc78  /system/lib64/libart.so (_ZN3art13SignalCatcher3RunEPv+420)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 00000000000680e0  /system/lib64/libc.so (_ZL15__pthread_startPv+196)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   native: #06 pc 000000000001d940  /system/lib64/libc.so (__start_thread+16)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   (no managed stack frames)
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406] "ReferenceQueueDaemon" prio=5 tid=4 Waiting
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c57e50 self=0x7d68516600
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19947 nice=0 cgrp=default sched=0/0 handle=0x7d71e09450
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 4057041 205153 37 ) utm=0 stm=0 core=4 HZ=100
07-13 13:56:32.812 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d71d07000-0x7d71d09000 stackSize=1037KB
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19947/stack)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000001bcac  /system/lib64/libc.so (syscall+28)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 00000000000e73d8  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 0000000000377f3c  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 0000000000000810  /system/framework/arm64/boot.oat (Java_java_lang_Object_wait__+124)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Object.wait!(Native method)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   - waiting on <0x04bbff29> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:166)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   - locked <0x04bbff29> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Thread.run(Thread.java:761)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406] "FinalizerDaemon" prio=5 tid=5 Waiting
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c57ee0 self=0x7d72a96400
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19948 nice=0 cgrp=default sched=0/0 handle=0x7d71d04450
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 8309498 78385 30 ) utm=0 stm=0 core=7 HZ=100
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d71c02000-0x7d71c04000 stackSize=1037KB
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19948/stack)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000001bcac  /system/lib64/libc.so (syscall+28)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 00000000000e73d8  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 0000000000377f3c  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+660)
07-13 13:56:32.813 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 0000000000000980  /system/framework/arm64/boot.oat (Java_java_lang_Object_wait__JI+140)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Object.wait!(Native method)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   - waiting on <0x0e8052ae> (a java.lang.Object)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Object.wait(Object.java:407)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:188)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   - locked <0x0e8052ae> (a java.lang.Object)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:209)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:220)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Thread.run(Thread.java:761)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406] "FinalizerWatchdogDaemon" prio=5 tid=6 Sleeping
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c57f70 self=0x7d72a96e00
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19949 nice=0 cgrp=default sched=0/0 handle=0x7d71bff450
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 617692 291076 8 ) utm=0 stm=0 core=7 HZ=100
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d71afd000-0x7d71aff000 stackSize=1037KB
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19949/stack)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000001bcb0  /system/lib64/libc.so (syscall+32)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 00000000000e7978  /system/lib64/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadEli+176)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 0000000000377f4c  /system/lib64/libart.so (_ZN3art7Monitor4WaitEPNS_6ThreadElibNS_11ThreadStateE+676)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 00000000000bc8c8  /system/framework/arm64/boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+164)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Thread.sleep!(Native method)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   - sleeping on <0x0668684f> (a java.lang.Object)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Thread.sleep(Thread.java:371)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   - locked <0x0668684f> (a java.lang.Object)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Thread.sleep(Thread.java:313)
07-13 13:56:32.814 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:330)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:352)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:269)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Thread.run(Thread.java:761)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406] "HeapTaskDaemon" prio=5 tid=7 WaitingForCheckPointsToRun
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c58f70 self=0x7d72a97800
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19950 nice=0 cgrp=default sched=0/0 handle=0x7d71afa450
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 121731422 5411270 115 ) utm=10 stm=1 core=4 HZ=100
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d719f8000-0x7d719fa000 stackSize=1037KB
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19950/stack)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000001bcac  /system/lib64/libc.so (syscall+28)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 00000000000e73d8  /system/lib64/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+160)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 00000000000dfd40  /system/lib64/libart.so (_ZN3art7Barrier9IncrementEPNS_6ThreadEi+84)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 00000000001e8a58  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep19MarkRootsCheckpointEPNS_6ThreadEb+712)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 00000000001e8654  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep13PreCleanCardsEv+232)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 00000000001e7f2c  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep12MarkingPhaseEv+220)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #06 pc 00000000001e7d34  /system/lib64/libart.so (_ZN3art2gc9collector9MarkSweep9RunPhasesEv+212)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #07 pc 00000000001e048c  /system/lib64/libart.so (_ZN3art2gc9collector16GarbageCollector3RunENS0_7GcCauseEb+332)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #08 pc 00000000002100a0  /system/lib64/libart.so (_ZN3art2gc4Heap22CollectGarbageInternalENS0_9collector6GcTypeENS0_7GcCauseEb+3104)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #09 pc 00000000002175d8  /system/lib64/libart.so (_ZN3art2gc4Heap12ConcurrentGCEPNS_6ThreadEb+124)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #10 pc 000000000021e664  /system/lib64/libart.so (_ZN3art2gc4Heap16ConcurrentGCTask3RunEPNS_6ThreadE+36)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #11 pc 00000000002402c0  /system/lib64/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+64)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   native: #12 pc 00000000001e5110  /system/framework/arm64/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+124)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   at dalvik.system.VMRuntime.runHeapTasks(Native method)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Daemons$HeapTaskDaemon.run(Daemons.java:449)
07-13 13:56:32.815 F/art     (19940): art/runtime/runtime.cc:406]   at java.lang.Thread.run(Thread.java:761)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406] "Binder:19940_1" prio=5 tid=8 Native
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c58dc0 self=0x7d6ae17400
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19951 nice=0 cgrp=default sched=0/0 handle=0x7d718f7450
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 3529961 493077 10 ) utm=0 stm=0 core=4 HZ=100
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d717fd000-0x7d717ff000 stackSize=1005KB
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19951/stack)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000006a568  /system/lib64/libc.so (__ioctl+4)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 000000000001f888  /system/lib64/libc.so (ioctl+144)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 0000000000059890  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+260)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 00000000000599f0  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 000000000005a0c8  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+60)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 00000000000770b4  /system/lib64/libbinder.so (???)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #06 pc 0000000000012560  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+272)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #07 pc 000000000009c0a0  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+116)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #08 pc 00000000000680e0  /system/lib64/libc.so (_ZL15__pthread_startPv+196)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   native: #09 pc 000000000001d940  /system/lib64/libc.so (__start_thread+16)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   (no managed stack frames)
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406] "Binder:19940_2" prio=5 tid=9 Native
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c58d30 self=0x7d72ac1200
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19952 nice=0 cgrp=default sched=0/0 handle=0x7d717fa450
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 2188193 42192 11 ) utm=0 stm=0 core=4 HZ=100
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d71700000-0x7d71702000 stackSize=1005KB
07-13 13:56:32.816 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19952/stack)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000006a568  /system/lib64/libc.so (__ioctl+4)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 000000000001f888  /system/lib64/libc.so (ioctl+144)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 0000000000059890  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+260)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 00000000000599f0  /system/lib64/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+24)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 000000000005a0c8  /system/lib64/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+60)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 00000000000770b4  /system/lib64/libbinder.so (???)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #06 pc 0000000000012560  /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+272)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #07 pc 000000000009c0a0  /system/lib64/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+116)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #08 pc 00000000000680e0  /system/lib64/libc.so (_ZL15__pthread_startPv+196)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #09 pc 000000000001d940  /system/lib64/libc.so (__start_thread+16)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   (no managed stack frames)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406] "Profile Saver" prio=5 tid=10 Native
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c58af0 self=0x7d6ae27800
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19967 nice=0 cgrp=default sched=0/0 handle=0x7d716e7450
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 312346 0 1 ) utm=0 stm=0 core=5 HZ=100
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d715ed000-0x7d715ef000 stackSize=1005KB
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19967/stack)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000001bcb0  /system/lib64/libc.so (syscall+32)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 00000000000e7978  /system/lib64/libart.so (_ZN3art17ConditionVariable9TimedWaitEPNS_6ThreadEli+176)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 000000000031a408  /system/lib64/libart.so (_ZN3art12ProfileSaver3RunEv+160)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 000000000031bba8  /system/lib64/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+100)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 00000000000680e0  /system/lib64/libc.so (_ZL15__pthread_startPv+196)
07-13 13:56:32.817 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 000000000001d940  /system/lib64/libc.so (__start_thread+16)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   (no managed stack frames)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406] "crash_crash_cb" prio=5 tid=11 Native
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12c2fe50 self=0x7d68540600
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19978 nice=0 cgrp=default sched=0/0 handle=0x7d4bbff450
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 346731 0 1 ) utm=0 stm=0 core=4 HZ=100
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d4bb05000-0x7d4bb07000 stackSize=1005KB
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19978/stack)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000006af70  /system/lib64/libc.so (read+4)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 0000000000007508  /data/app/tv.danmaku.bili-1/lib/arm64/libbili_core.so (???)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 00000000000680e0  /system/lib64/libc.so (_ZL15__pthread_startPv+196)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 000000000001d940  /system/lib64/libc.so (__start_thread+16)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   (no managed stack frames)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406] "thread_back_io" prio=5 tid=12 Native
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | group="" sCount=1 dsCount=0 obj=0x12d8c8b0 self=0x7d647a6000
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | sysTid=19979 nice=1 cgrp=default sched=0/0 handle=0x7d4bb02450
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | state=S schedstat=( 341039 0 2 ) utm=0 stm=0 core=4 HZ=100
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | stack=0x7d4ba00000-0x7d4ba02000 stackSize=1037KB
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   | held mutexes=
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   kernel: (couldn't read /proc/self/task/19979/stack)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   native: #00 pc 000000000006a47c  /system/lib64/libc.so (__epoll_pwait+8)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   native: #01 pc 000000000001e05c  /system/lib64/libc.so (epoll_pwait+64)
07-13 13:56:32.818 F/art     (19940): art/runtime/runtime.cc:406]   native: #02 pc 0000000000018158  /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+156)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406]   native: #03 pc 000000000001800c  /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+60)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406]   native: #04 pc 00000000000eb99c  /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406]   native: #05 pc 0000000000761390  /system/framework/arm64/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+140)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.MessageQueue.nativePollOnce(Native method)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.MessageQueue.next(MessageQueue.java:323)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.Looper.loop(Looper.java:136)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406]   at android.os.HandlerThread.run(HandlerThread.java:61)
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406] 
07-13 13:56:32.819 F/art     (19940): art/runtime/runtime.cc:406] 
@yujincheng08
Copy link
Contributor Author

又找到一些log希望又帮助 @ganyao114 使用的Sandhook版本是4.2.1

07-16 01:04:54.836 27875 27875 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-16 01:04:54.836 27875 27875 F DEBUG   : Build fingerprint: 'Xiaomi/umi/umi:10/QKQ1.191117.002/V12.0.1.0.QJBCNXM:user/release-keys'
07-16 01:04:54.836 27875 27875 F DEBUG   : Revision: '0'
07-16 01:04:54.836 27875 27875 F DEBUG   : ABI: 'arm'
07-16 01:04:54.837 27875 27875 F DEBUG   : Timestamp: 2020-07-16 01:04:54+0800
07-16 01:04:54.837 27875 27875 F DEBUG   : pid: 27804, tid: 27804, name: libili.app.blue  >>> com.bilibili.app.blue <<<
07-16 01:04:54.837 27875 27875 F DEBUG   : uid: 10192
07-16 01:04:54.837 27875 27875 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x12f8ef60
07-16 01:04:54.837 27875 27875 F DEBUG   :     r0  12f8ef20  r1  0000000c  r2  00000000  r3  e1a54558
07-16 01:04:54.837 27875 27875 F DEBUG   :     r4  000018f0  r5  e1a55e48  r6  00000000  r7  e1a55e48
07-16 01:04:54.837 27875 27875 F DEBUG   :     r8  00200100  r9  000020ec  r10 00000000  r11 0000001c
07-16 01:04:54.837 27875 27875 F DEBUG   :     ip  00000035  sp  ffbc7710  lr  f0ad2951  pc  f0ad291c
07-16 01:04:55.923 27875 27875 F DEBUG   :
07-16 01:04:55.923 27875 27875 F DEBUG   : backtrace:
07-16 01:04:55.923 27875 27875 F DEBUG   :       #00 pc 002e991c  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x1dc000) (_ZN3art6mirror5Class25GetDeclaredMethodInternalILNS_11PointerSizeE4ELb0EEENS_6ObjPtrINS0_6MethodEEEPNS_6ThreadENS4_IS1_EENS4_INS0_6StringEEENS4_INS0_11ObjectArrayIS1_EEEERKNSt3__18functionIFNS_9hiddenapi13AccessContextEvEEE+196) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #01 pc 0031987f  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x2ee000) (art::Class_getDeclaredMethodInternal(_JNIEnv*, _jobject*, _jstring*, _jobjectArray*)+110) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #02 pc 005f97e7  /system/framework/arm/boot.oat (art_jni_trampoline+110) (BuildId: 5ba93039439621bece8ffce184fb4f849cad0ba5)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #03 pc 005f99e9  /system/framework/arm/boot.oat (java.lang.Class.getMethod+320) (BuildId: 5ba93039439621bece8ffce184fb4f849cad0ba5)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #04 pc 005fbbcd  /system/framework/arm/boot.oat (java.lang.Class.getDeclaredMethod+52) (BuildId: 5ba93039439621bece8ffce184fb4f849cad0ba5)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #05 pc 000d8bc5  /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #06 pc 00441f59  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (art_quick_invoke_stub+248) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #07 pc 000e0f81  /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+168) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #08 pc 00215663  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x1dc000) (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+270) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #09 pc 00211857  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x1dc000) (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+738) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #10 pc 0043c743  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeVirtualQuick+458) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #11 pc 000d7594  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #12 pc 05646826  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (com.swift.sandhook.wrapper.StubMethodsFactory.getStubMethod+70)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #13 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #14 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.923 27875 27875 F DEBUG   :       #15 pc 0564892e  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (com.swift.sandhook.xposedcompat.hookstub.HookStubManager.getStubMethodPair+190)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #16 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #17 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #18 pc 05648792  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (com.swift.sandhook.xposedcompat.hookstub.HookStubManager.getHookMethodEntity+190)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #19 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #20 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #21 pc 05652860  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (com.swift.sandhook.xposedcompat.methodgen.DynamicBridge.hookMethod+200)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #22 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #23 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #24 pc 056593d4  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (de.robv.android.xposed.XposedBridge.hookMethodNative+12)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #25 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #26 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #27 pc 0565910c  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (de.robv.android.xposed.XposedBridge.hookMethod+296)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #28 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #29 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #30 pc 0565927e  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (de.robv.android.xposed.XposedBridge.hookAllConstructors+30)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #31 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #32 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #33 pc 00024558  [anon:dalvik-classes.dex extracted in memory from /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/lib/arm/libxpatch_xp_module_0.so] (b.b.a.f.c0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #34 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #35 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #36 pc 0008f056  [anon:dalvik-classes.dex extracted in memory from /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/lib/arm/libxpatch_xp_module_0.so] (a.a.a.b.d.a+130)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #37 pc 00437543  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeVirtual+1226) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #38 pc 000d3814  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #39 pc 0008c580  [anon:dalvik-classes.dex extracted in memory from /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/lib/arm/libxpatch_xp_module_0.so] (me.iacn.biliroaming.XposedInit.a+4)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #40 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #41 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #42 pc 0008c386  [anon:dalvik-classes.dex extracted in memory from /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/lib/arm/libxpatch_xp_module_0.so] (me.iacn.biliroaming.XposedInit$c.beforeHookedMethod+938)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #43 pc 0043c9ad  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeVirtualQuick+1076) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #44 pc 000d7594  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.924 27875 27875 F DEBUG   :       #45 pc 0565856c  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (de.robv.android.xposed.XC_MethodHook.callBeforeHookedMethod)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #46 pc 0043c9ad  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeVirtualQuick+1076) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #47 pc 000d7594  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_virtual_quick+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #48 pc 05648dde  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (com.swift.sandhook.xposedcompat.hookstub.HookStubManager.hookBridge+162)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #49 pc 00439abb  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (MterpInvokeStatic+934) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #50 pc 000d3994  /apex/com.android.runtime/lib/libart.so (mterp_op_invoke_static+20) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #51 pc 056495c0  /data/app/com.bilibili.app.blue-iyBRqX2TLq8YEsS4nHf_Sg==/oat/arm/base.vdex (com.swift.sandhook.xposedcompat.hookstub.MethodHookerStubs32.stub_hook_1+32)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #52 pc 001f167f  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x1dc000) (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.2416103670385422949+166) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #53 pc 001f6093  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x1dc000) (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame*)+122) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #54 pc 0042b9b3  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (artQuickToInterpreterBridge+866) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #55 pc 000dd5a1  /apex/com.android.runtime/lib/libart.so (art_quick_to_interpreter_bridge+32) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #56 pc 00bf1319  /system/framework/arm/boot-framework.oat (android.app.ActivityThread.handleBindApplication+7024) (BuildId: 09dc7f3c279cf0ab629a6da4b41ce62285f4555f)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #57 pc 00be79d5  /system/framework/arm/boot-framework.oat (android.app.ActivityThread$H.handleMessage+6772) (BuildId: 09dc7f3c279cf0ab629a6da4b41ce62285f4555f)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #58 pc 0137dbf1  /system/framework/arm/boot-framework.oat (android.os.Handler.dispatchMessage+136) (BuildId: 09dc7f3c279cf0ab629a6da4b41ce62285f4555f)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #59 pc 01384abd  /system/framework/arm/boot-framework.oat (android.os.Looper.loop+1340) (BuildId: 09dc7f3c279cf0ab629a6da4b41ce62285f4555f)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #60 pc 00bf8765  /system/framework/arm/boot-framework.oat (android.app.ActivityThread.main+756) (BuildId: 09dc7f3c279cf0ab629a6da4b41ce62285f4555f)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #61 pc 000d8bc5  /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #62 pc 0044206b  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (art_quick_invoke_static_stub+246) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #63 pc 000e0f95  /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+188) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #64 pc 0037e807  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x33f000) (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #65 pc 0037fcf5  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x33f000) (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned int)+872) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #66 pc 00329d9b  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x2ee000) (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+30) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #67 pc 005f97e7  /system/framework/arm/boot.oat (art_jni_trampoline+110) (BuildId: 5ba93039439621bece8ffce184fb4f849cad0ba5)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #68 pc 01d87b3b  /system/framework/arm/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+114) (BuildId: 09dc7f3c279cf0ab629a6da4b41ce62285f4555f)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #69 pc 01da2771  /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1888) (BuildId: 09dc7f3c279cf0ab629a6da4b41ce62285f4555f)
07-16 01:04:55.925 27875 27875 F DEBUG   :       #70 pc 000d8bc5  /apex/com.android.runtime/lib/libart.so (art_quick_invoke_stub_internal+68) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #71 pc 0044206b  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x387000) (art_quick_invoke_static_stub+246) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #72 pc 000e0f95  /apex/com.android.runtime/lib/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+188) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #73 pc 0037e807  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x33f000) (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+54) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #74 pc 0037e5a3  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x33f000) (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+290) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #75 pc 002c4ce1  /apex/com.android.runtime/lib/libart.so!libart.so (offset 0x1dc000) (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+492) (BuildId: 422386db5b3b24277572750a06bcffa0)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #76 pc 000876a9  /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+28) (BuildId: ec2a04b214a7252a029a1b00a9b71750)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #77 pc 00089cd1  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+552) (BuildId: ec2a04b214a7252a029a1b00a9b71750)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #78 pc 000023bd  /system/bin/app_process32 (main+880) (BuildId: 225b439036e590753eec73eeb0a320c5)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #79 pc 0005ba83  /apex/com.android.runtime/lib/bionic/libc.so (__libc_init+66) (BuildId: 4f277b45cdd6aba6dbf234937ed923c5)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #80 pc 00002037  /system/bin/app_process32 (_start_main+46) (BuildId: 225b439036e590753eec73eeb0a320c5)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #81 pc 0002fd71  /apex/com.android.runtime/bin/linker!ld-android.so (offset 0x1f000) (__dl__ZN6soinfoD1Ev+16) (BuildId: 059a0eecab06d03be09c64424bc2695e)
07-16 01:04:55.926 27875 27875 F DEBUG   :       #82 pc 007fe6a3  [stack]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant