首先,感谢访问者看看这个问题,我遇到了ANR的严重问题,因为trace.txt不清楚,我无法从该文件中提取任何信息.所以我发布文件,以便每个人都帮助我:
"main" tid=1 Native
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 obj=0x7562bf90 self=0x7edfc9aa00
| sysTid=24254 nice=-4 cgrp=default sched=0/0 handle=0x7ee4547a98
| state=S schedstat=( 6402587709 172480935 6997 ) utm=548 stm=91 core=4 HZ=100
| stack=0x7febfad000-0x7febfaf000 stackSize=8MB
| held mutexes=
#00 pc 000000000001bdac /system/lib64/libc.so (syscall+28)
#01 pc 0000000000069fec /system/lib64/libc.so (pthread_cond_wait+96)
#02 pc 000000000003c1d8 /data/app/com.android.chrome-1/base.apk (???)
at org.chromium.ui.base.WindowAndroid.nativeOnVSync (Native method)
at org.chromium.ui.base.WindowAndroid.a (PG:142)
at bQf.a (PG:16)
at bPT.doFrame (PG:22)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:914)
at android.view.Choreographer.doCallbacks (Choreographer.java:718)
at android.view.Choreographer.doFrame (Choreographer.java:647)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:902)
at android.os.Handler.handleCallback (Handler.java:836) …