Multiple differen ANRs & crashes on Android 7.0 and Newer?

I’m getting a bit confused as to what is what in the ANR and standard crashes.  I started this new topic as it doesn’t appear to be widget related which the other main ANR thread is about.

In google I see 1 key crash happening to what seems like every android 7.0 and above user, and 1 key ANRs: shared.google.play.services.base.PackageStateChangedService. I also have a com.ansca.corona.CoronaActivity ANR but the forum says this post is already too long…

These have only started occurring in Android 7.0 and newer, so I don’t know if I missed changing something that was brought up in the blogs?

Also I apologize for the large amount of traces but that’s all the info google dashboard shows, usually I can figure it out most of it, but for these I’m totally lost as I don’t get this crashes on devices using anything below Android 7.0. My app is built using 2018.3224.

Any help or direction is appreciated.

Below is the biggest crash causer (this actually appears to be only on android 7.0 devices), thats all google dashboard offers in terms of trace:

backtrace:

 

#00 pc 000000000004a680 /system/lib/libc.so (tgkill+12)

 

#01 pc 0000000000047e13 /system/lib/libc.so (pthread_kill+34)

 

#02 pc 000000000001d8b5 /system/lib/libc.so (raise+10)

 

#03 pc 0000000000019401 /system/lib/libc.so (__libc_android_abort+34)

 

#04 pc 00000000000170e4 /system/lib/libc.so (abort+4)

 

#05 pc 000000000031b13d /system/lib/libart.so (_ZN3art7Runtime5AbortEv+252)

 

#06 pc 00000000000b4f77 /system/lib/libart.so (_ZN3art10LogMessageD2Ev+866)

 

#07 pc 0000000000334b0f /system/lib/libart.so (_ZNK3art6Thread24AssertNoPendingExceptionEv+602)

 

#08 pc 00000000000e4f4d /system/lib/libart.so (_ZN3art11ClassLinker9FindClassEPNS_6ThreadEPKcNS_6HandleINS_6mirror11ClassLoaderEEE+28)

 

#09 pc 0000000000260c45 /system/lib/libart.so (_ZN3art3JNI9FindClassEP7_JNIEnvPKc+1944)

 

#10 pc 0000000000031450 /data/app/com.xxxx-1/lib/arm/libcorona.so

 

#11 pc 0000000000078b1c /data/app/com.xxxx-1/lib/arm/libcorona.so

 

#12 pc 0000000000130824 /data/app/com.xxxx-1/lib/arm/libcorona.so

 

#13 pc 000000000002c148 /data/app/com.xxxx-1/lib/arm/libcorona.so

 

#14 pc 000000000002e78c /data/app/com.xxxx-1/lib/arm/libcorona.so (Java_com_ansca_corona_JavaToNativeShim_nativePause+24)

 

#15 pc 000000000070921d /data/app/com.xxxx-1/oat/arm/base.odex

Below are 2 samples of ANRs on Android 7.0 (and above) devices in relation to shared.google.play.services.base.PackageStateChangedService & com.ansca.corona.CoronaActivity.

For shared.google.play.services.base.PackageStateChangedService:

“main” tid=1 Blocked 

 

“main” prio=5 tid=1 Blocked

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x723b2ee8 self=0xef5f5000

  | sysTid=5833 nice=0 cgrp=default sched=0/0 handle=0xf30534a8

  | state=S schedstat=( 260264289193 64108053872 761822 ) utm=17978 stm=8048 core=7 HZ=100

  | stack=0xff595000-0xff597000 stackSize=8MB

  | held mutexes=

 

  at com.ansca.corona.Controller.stop (Controller.java:263)

  • waiting to lock <0x0d7c903e> (a com.ansca.corona.Controller) held by thread 12

 

  at com.ansca.corona.CoronaActivity.requestSuspendCoronaRuntime (CoronaActivity.java:1967)

 

  at com.ansca.corona.CoronaActivity.onPause (CoronaActivity.java:1790)

 

  at android.app.Activity.performPause (Activity.java:7138)

 

  at android.app.Instrumentation.callActivityOnPause (Instrumentation.java:1551)

 

  at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:4143)

 

  at android.app.ActivityThread.performPauseActivity (ActivityThread.java:4120)

 

  at android.app.ActivityThread.performPauseActivity (ActivityThread.java:4088)

 

  at android.app.ActivityThread.handlePauseActivity (ActivityThread.java:4062)

 

  at android.app.ActivityThread.-wrap15 (ActivityThread.java)

 

  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1700)

 

  at android.os.Handler.dispatchMessage (Handler.java:105)

 

  at android.os.Looper.loop (Looper.java:164)

 

  at android.app.ActivityThread.main (ActivityThread.java:6809)

 

  at java.lang.reflect.Method.invoke (Native method)

 

  at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:240)

 

  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:767)

“GLThread 6088” tid=12 Native

 

“GLThread 6088” prio=5 tid=12 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e80a70 self=0xddfd8600

  | sysTid=13395 nice=0 cgrp=default sched=0/0 handle=0xced94970

  | state=S schedstat=( 2336092097073 104922998260 711392 ) utm=217865 stm=15744 core=3 HZ=100

  | stack=0xcec92000-0xcec94000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 00000000017988a6  /data/app/com.android.chrome-SvEm3HDoh9HP7xMAw5z7Pg==/base.apk (???)

 

  at com.ansca.corona.JavaToNativeShim.nativeRender (Native method)

 

  at com.ansca.corona.JavaToNativeShim.render (JavaToNativeShim.java:182)

 

  at com.ansca.corona.Controller.updateRuntimeState (Controller.java:347)

  • locked <0x0d7c903e> (a com.ansca.corona.Controller)

 

  at com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame (CoronaGLSurfaceView.java:421)

 

  at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1623)

 

  at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1378)

“Jit thread pool worker thread 0” tid=2 Native

 

“Jit thread pool worker thread 0” daemon prio=5 tid=2 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e80540 self=0xe5b8c000

  | sysTid=5838 nice=9 cgrp=default sched=0/0 handle=0xe5d4f970

  | state=S schedstat=( 47783075 12276873 83 ) utm=4 stm=0 core=5 HZ=100

  | stack=0xe5c51000-0xe5c53000 stackSize=1022KB

  | held mutexes=

 

  #00  pc 0000000000019108  /system/lib/libc.so (syscall+28)

 

  #01  pc 00000000000b38d1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+88)

 

  #02  pc 000000000036a867  /system/lib/libart.so (_ZN3art10ThreadPool7GetTaskEPNS_6ThreadE+170)

 

  #03  pc 000000000036a10b  /system/lib/libart.so (_ZN3art16ThreadPoolWorker3RunEv+62)

 

  #04  pc 0000000000369d21  /system/lib/libart.so (_ZN3art16ThreadPoolWorker8CallbackEPv+92)

 

  #05  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #06  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“ReferenceQueueDaemon” tid=4 Waiting

 

“ReferenceQueueDaemon” daemon prio=5 tid=4 Waiting

  | group=“system” sCount=1 dsCount=0 flags=1 obj=0x12e80650 self=0xe59b3200

  | sysTid=5840 nice=4 cgrp=default sched=0/0 handle=0xd06ab970

  | state=S schedstat=( 1196324018 184944474 14879 ) utm=66 stm=53 core=0 HZ=100

  | stack=0xd05a9000-0xd05ab000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x0ff07e9f> (a java.lang.Class<java.lang.ref.ReferenceQueue>)

 

  at java.lang.Daemons$ReferenceQueueDaemon.runInternal (Daemons.java:186)

  • locked <0x0ff07e9f> (a java.lang.Class<java.lang.ref.ReferenceQueue>)

 

  at java.lang.Daemons$Daemon.run (Daemons.java:111)

 

  at java.lang.Thread.run (Thread.java:764)

“FinalizerDaemon” tid=5 Waiting

 

“FinalizerDaemon” daemon prio=5 tid=5 Waiting

  | group=“system” sCount=1 dsCount=0 flags=1 obj=0x12e806d8 self=0xe59b3800

  | sysTid=5841 nice=4 cgrp=default sched=0/0 handle=0xd05a6970

  | state=S schedstat=( 66113380 16769322 582 ) utm=4 stm=2 core=3 HZ=100

  | stack=0xd04a4000-0xd04a6000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x0df48bec> (a java.lang.Object)

 

  at java.lang.Object.wait (Object.java:422)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:188)

  • locked <0x0df48bec> (a java.lang.Object)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:209)

 

  at java.lang.Daemons$FinalizerDaemon.runInternal (Daemons.java:240)

 

  at java.lang.Daemons$Daemon.run (Daemons.java:111)

 

  at java.lang.Thread.run (Thread.java:764)

“FinalizerWatchdogDaemon” tid=6 Sleeping

 

“FinalizerWatchdogDaemon” daemon prio=5 tid=6 Sleeping

  | group=“system” sCount=1 dsCount=0 flags=1 obj=0x12e80760 self=0xe59b3e00

  | sysTid=5842 nice=4 cgrp=default sched=0/0 handle=0xd04a1970

  | state=S schedstat=( 8879323214 10186896794 191320 ) utm=4 stm=883 core=6 HZ=100

  | stack=0xd039f000-0xd03a1000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Thread.sleep (Native method)

  • sleeping on <0x0849abb5> (a java.lang.Object)

 

  at java.lang.Thread.sleep (Thread.java:373)

  • locked <0x0849abb5> (a java.lang.Object)

 

  at java.lang.Thread.sleep (Thread.java:314)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor (Daemons.java:355)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization (Daemons.java:396)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.runInternal (Daemons.java:289)

 

  at java.lang.Daemons$Daemon.run (Daemons.java:111)

 

  at java.lang.Thread.run (Thread.java:764)

“Binder:5833_1” tid=8 Native

 

“Binder:5833_1” prio=5 tid=8 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e807f0 self=0xe5b8fc00

  | sysTid=5844 nice=0 cgrp=default sched=0/0 handle=0xd0099970

  | state=S schedstat=( 2656246 3290575 30 ) utm=0 stm=0 core=6 HZ=100

  | stack=0xcff9f000-0xcffa1000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000049b70  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000001e3f3  /system/lib/libc.so (ioctl+38)

 

  #02  pc 0000000000048063  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)

 

  #03  pc 0000000000048171  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)

 

  #04  pc 00000000000486db  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)

 

  #05  pc 000000000005ecdd  /system/lib/libbinder.so (???)

 

  #06  pc 000000000000d461  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)

 

  #07  pc 000000000007a829  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

 

  #08  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #09  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“Binder:5833_2” tid=9 Native

 

“Binder:5833_2” prio=5 tid=9 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e80878 self=0xef5fce00

  | sysTid=5845 nice=0 cgrp=default sched=0/0 handle=0xcff9c970

  | state=S schedstat=( 69841781 404030676 472 ) utm=3 stm=3 core=3 HZ=100

  | stack=0xcfea2000-0xcfea4000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000049b70  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000001e3f3  /system/lib/libc.so (ioctl+38)

 

  #02  pc 0000000000048063  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)

 

  #03  pc 0000000000048171  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)

 

  #04  pc 00000000000486db  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)

 

  #05  pc 000000000005ecdd  /system/lib/libbinder.so (???)

 

  #06  pc 000000000000d461  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)

 

  #07  pc 000000000007a829  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

 

  #08  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #09  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“Profile Saver” tid=10 Native

 

“Profile Saver” daemon prio=5 tid=10 Native

  | group=“system” sCount=1 dsCount=0 flags=1 obj=0x12e80900 self=0xe5b9e800

  | sysTid=5846 nice=9 cgrp=default sched=0/0 handle=0xcf582970

  | state=S schedstat=( 27542397 4336510 21 ) utm=1 stm=1 core=0 HZ=100

  | stack=0xcf488000-0xcf48a000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000019108  /system/lib/libc.so (syscall+28)

 

  #01  pc 00000000000b38d1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+88)

 

  #02  pc 000000000025581f  /system/lib/libart.so (_ZN3art12ProfileSaver3RunEv+342)

 

  #03  pc 000000000025732f  /system/lib/libart.so (_ZN3art12ProfileSaver21RunProfileSaverThreadEPv+50)

 

  #04  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #05  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“queued-work-looper” tid=11 Native

 

“queued-work-looper” prio=5 tid=11 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e80988 self=0xdc645a00

  | sysTid=5848 nice=-2 cgrp=default sched=0/0 handle=0xcf485970

  | state=S schedstat=( 2513591 1437503 20 ) utm=0 stm=0 core=2 HZ=100

  | stack=0xcf383000-0xcf385000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 000000000001036f  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)

 

  #04  pc 0000000000010261  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)

 

  #05  pc 00000000000b7be9  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)

 

  #06  pc 00000000001afe3d  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)

 

  at android.os.MessageQueue.nativePollOnce (Native method)

 

  at android.os.MessageQueue.next (MessageQueue.java:325)

 

  at android.os.Looper.loop (Looper.java:142)

 

  at android.os.HandlerThread.run (HandlerThread.java:65)

“SoundPool” tid=13 Native

 

“SoundPool” prio=5 tid=13 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e80eb8 self=0xddfd8000

  | sysTid=13396 nice=0 cgrp=default sched=0/0 handle=0xcebae970

  | state=S schedstat=( 386824 664479 9 ) utm=0 stm=0 core=2 HZ=100

  | stack=0xceab4000-0xceab6000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000019108  /system/lib/libc.so (syscall+28)

 

  #01  pc 0000000000047e1f  /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)

 

  #02  pc 0000000000004ef5  /system/lib/libsoundpool.so (_ZN7android9SoundPool3runEv+30)

 

  #03  pc 0000000000004ecf  /system/lib/libsoundpool.so (_ZN7android9SoundPool11beginThreadEPv+2)

 

  #04  pc 000000000007a829  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

 

  #05  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #06  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“SoundPoolThread” tid=14 Native

 

“SoundPoolThread” prio=5 tid=14 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e80f40 self=0xe5ba6400

  | sysTid=13397 nice=0 cgrp=default sched=0/0 handle=0xceab1970

  | state=S schedstat=( 291615 572239 7 ) utm=0 stm=0 core=0 HZ=100

  | stack=0xce9b7000-0xce9b9000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000019108  /system/lib/libc.so (syscall+28)

 

  #01  pc 0000000000047e1f  /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)

 

  #02  pc 00000000000067ff  /system/lib/libsoundpool.so (_ZN7android15SoundPoolThread4readEv+18)

 

  #03  pc 00000000000069c7  /system/lib/libsoundpool.so (_ZN7android15SoundPoolThread3runEv+34)

 

  #04  pc 000000000000693f  /system/lib/libsoundpool.so (_ZN7android15SoundPoolThread11beginThreadEPv+2)

 

  #05  pc 000000000007a829  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

 

  #06  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #07  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“RenderThread” tid=15 Native

 

“RenderThread” prio=5 tid=15 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e80fc8 self=0xddfd8c00

  | sysTid=13401 nice=0 cgrp=default sched=0/0 handle=0xcc6ff970

  | state=S schedstat=( 836633376 152467335 39389 ) utm=25 stm=58 core=1 HZ=100

  | stack=0xcc605000-0xcc607000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 000000000001036f  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)

 

  #04  pc 0000000000010261  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)

 

  #05  pc 000000000003c44b  /system/lib/libhwui.so (_ZN7android10uirenderer12renderthread12RenderThread10threadLoopEv+402)

 

  #06  pc 000000000000d461  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)

 

  #07  pc 000000000007a829  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

 

  #08  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #09  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“hwuiTask1” tid=16 Native

 

“hwuiTask1” prio=5 tid=16 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81050 self=0xcc4ec200

  | sysTid=13402 nice=-2 cgrp=default sched=0/0 handle=0xcc1ff970

  | state=S schedstat=( 2855775 7728648 46 ) utm=0 stm=0 core=0 HZ=100

  | stack=0xcc105000-0xcc107000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000019108  /system/lib/libc.so (syscall+28)

 

  #01  pc 0000000000047e1f  /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)

 

  #02  pc 000000000003ddf3  /system/lib/libhwui.so (???)

 

  #03  pc 000000000003dd69  /system/lib/libhwui.so (???)

 

  #04  pc 000000000000d4e3  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+270)

 

  #05  pc 000000000007a829  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

 

  #06  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #07  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“VungleAsyncMasterThread” tid=18 Native

 

“VungleAsyncMasterThread” prio=5 tid=18 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81250 self=0xce80c000

  | sysTid=13446 nice=0 cgrp=default sched=0/0 handle=0xc9f7f970

  | state=S schedstat=( 166967598 43415177 352 ) utm=5 stm=11 core=0 HZ=100

  | stack=0xc9e7d000-0xc9e7f000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 000000000001036f  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)

 

  #04  pc 0000000000010261  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)

 

  #05  pc 00000000000b7be9  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)

 

  #06  pc 00000000001afe3d  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)

 

  at android.os.MessageQueue.nativePollOnce (Native method)

 

  at android.os.MessageQueue.next (MessageQueue.java:325)

 

  at android.os.Looper.loop (Looper.java:142)

 

  at android.os.HandlerThread.run (HandlerThread.java:65)

“RxIoScheduler-1 (Evictor)” tid=19 TimedWaiting

 

“RxIoScheduler-1 (Evictor)” daemon prio=5 tid=19 TimedWaiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81420 self=0xce80e400

  | sysTid=13449 nice=0 cgrp=default sched=0/0 handle=0xc9c70970

  | state=S schedstat=( 43416199 16101565 138 ) utm=3 stm=1 core=3 HZ=100

  | stack=0xc9b6e000-0xc9b70000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x0de865bb> (a java.lang.Object)

 

  at java.lang.Thread.parkFor$ (Thread.java:2135)

  • locked <0x0de865bb> (a java.lang.Object)

 

  at sun.misc.Unsafe.park (Unsafe.java:358)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:230)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2101)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1132)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1113)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1087)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1147)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)

 

  at java.lang.Thread.run (Thread.java:764)

“ConnectivityThread” tid=20 Native

 

“ConnectivityThread” prio=5 tid=20 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81338 self=0xce80cc00

  | sysTid=13448 nice=0 cgrp=default sched=0/0 handle=0xc9d75970

  | state=S schedstat=( 158818610 129269107 665 ) utm=11 stm=4 core=2 HZ=100

  | stack=0xc9c73000-0xc9c75000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 000000000001036f  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)

 

  #04  pc 0000000000010261  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)

 

  #05  pc 00000000000b7be9  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)

 

  #06  pc 00000000001afe3d  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)

 

  at android.os.MessageQueue.nativePollOnce (Native method)

 

  at android.os.MessageQueue.next (MessageQueue.java:325)

 

  at android.os.Looper.loop (Looper.java:142)

 

  at android.os.HandlerThread.run (HandlerThread.java:65)

“TcmReceiver” tid=21 Native

 

“TcmReceiver” prio=5 tid=21 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e810d8 self=0xcc487c00

  | sysTid=13417 nice=0 cgrp=default sched=0/0 handle=0xcabe3970

  | state=S schedstat=( 29593285 33490527 79 ) utm=2 stm=0 core=1 HZ=100

  | stack=0xcaae1000-0xcaae3000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 000000000004ab50  /system/lib/libc.so (recvmsg+8)

 

  #01  pc 00000000000bc28f  /system/lib/libandroid_runtime.so (???)

 

  #02  pc 00000000000bc02b  /system/lib/libandroid_runtime.so (???)

 

  #03  pc 0000000000507205  /system/framework/arm/boot-framework.oat (Java_android_net_LocalSocketImpl_readba_1native___3BIILjava_io_FileDescriptor_2+132)

 

  at android.net.LocalSocketImpl.readba_native (Native method)

 

  at android.net.LocalSocketImpl.-wrap1 (LocalSocketImpl.java)

 

  at android.net.LocalSocketImpl$SocketInputStream.read (LocalSocketImpl.java:110)

  • locked <0x0cad724a> (a java.lang.Object)

 

  at com.qti.tcmclient.DpmTcmClient$TcmReceiver.run (DpmTcmClient.java:143)

 

  at java.lang.Thread.run (Thread.java:764)

“background thread” tid=24 Native

 

“background thread” prio=5 tid=24 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81590 self=0xcc4b7e00

  | sysTid=13455 nice=0 cgrp=default sched=0/0 handle=0xc9a1b970

  | state=S schedstat=( 323907 705833 9 ) utm=0 stm=0 core=6 HZ=100

  | stack=0xc9919000-0xc991b000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 000000000001036f  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)

 

  #04  pc 0000000000010261  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)

 

  #05  pc 00000000000b7be9  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)

 

  #06  pc 00000000001afe3d  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)

 

  at android.os.MessageQueue.nativePollOnce (Native method)

 

  at android.os.MessageQueue.next (MessageQueue.java:325)

 

  at android.os.Looper.loop (Looper.java:142)

 

  at android.os.HandlerThread.run (HandlerThread.java:65)

“Chrome_ProcessLauncherThread” tid=26 Native

 

“Chrome_ProcessLauncherThread” prio=5 tid=26 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81678 self=0xcc2d5800

  | sysTid=13458 nice=0 cgrp=default sched=0/0 handle=0xc75ff970

  | state=S schedstat=( 2504218 2071302 15 ) utm=0 stm=0 core=5 HZ=100

  | stack=0xc74fd000-0xc74ff000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 000000000001036f  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)

 

  #04  pc 0000000000010261  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)

 

  #05  pc 00000000000b7be9  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)

 

  #06  pc 00000000001afe3d  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)

 

  at android.os.MessageQueue.nativePollOnce (Native method)

 

  at android.os.MessageQueue.next (MessageQueue.java:325)

 

  at android.os.Looper.loop (Looper.java:142)

 

  at android.os.HandlerThread.run (HandlerThread.java:65)

“GoogleApiHandler” tid=27 Native

 

“GoogleApiHandler” prio=5 tid=27 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81760 self=0xcc2d5e00

  | sysTid=13459 nice=9 cgrp=default sched=0/0 handle=0xc74fa970

  | state=S schedstat=( 4943751 2766925 23 ) utm=0 stm=0 core=0 HZ=100

  | stack=0xc73f8000-0xc73fa000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 000000000001036f  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+118)

 

  #04  pc 0000000000010261  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+32)

 

  #05  pc 00000000000b7be9  /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+24)

 

  #06  pc 00000000001afe3d  /system/framework/arm/boot-framework.oat (Java_android_os_MessageQueue_nativePollOnce__JI+92)

 

  at android.os.MessageQueue.nativePollOnce (Native method)

 

  at android.os.MessageQueue.next (MessageQueue.java:325)

 

  at android.os.Looper.loop (Looper.java:142)

 

  at android.os.HandlerThread.run (HandlerThread.java:65)

“Chrome_IOThread” tid=28 Native

 

“Chrome_IOThread” prio=7 tid=28 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81848 self=0xcc372a00

  | sysTid=13482 nice=-4 cgrp=default sched=0/0 handle=0xc625b970

  | state=S schedstat=( 36710216 30876771 175 ) utm=1 stm=2 core=5 HZ=100

  | stack=0xc6161000-0xc6163000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000049a34  /system/lib/libc.so (__epoll_pwait+20)

 

  #01  pc 000000000001b979  /system/lib/libc.so (epoll_pwait+60)

 

  #02  pc 000000000001b9a9  /system/lib/libc.so (epoll_wait+12)

 

  #03  pc 0000000000347827  /data/app/com.android.chrome-SvEm3HDoh9HP7xMAw5z7Pg==/base.apk (???)

“Thread-14” tid=29 Native

 

“Thread-14” prio=5 tid=29 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e818d0 self=0xcc371800

  | sysTid=13477 nice=0 cgrp=default sched=0/0 handle=0xc674c970

  | state=S schedstat=( 12116038 11041097 132 ) utm=0 stm=1 core=6 HZ=100

  | stack=0xc6652000-0xc6654000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 000000000001910c  /system/lib/libc.so (syscall+32)

 

  #01  pc 0000000000047e1f  /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)

 

  #02  pc 000000000033fde9  /data/app/com.android.chrome-SvEm3HDoh9HP7xMAw5z7Pg==/base.apk (???)

“Thread-15” tid=31 Native

 

“Thread-15” prio=5 tid=31 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81958 self=0xcc3ab000

  | sysTid=13487 nice=0 cgrp=default sched=0/0 handle=0xc5f64970

  | state=S schedstat=( 2529426 2839480 19 ) utm=0 stm=0 core=0 HZ=100

  | stack=0xc5e6a000-0xc5e6c000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000019108  /system/lib/libc.so (syscall+28)

 

  #01  pc 0000000000047e1f  /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)

 

  #02  pc 000000000034d021  /data/app/com.android.chrome-SvEm3HDoh9HP7xMAw5z7Pg==/base.apk (???)

“GAC_Executor[0]” tid=32 Waiting

 

“GAC_Executor[0]” prio=5 tid=32 Waiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e819e0 self=0xcc383c00

  | sysTid=13492 nice=0 cgrp=default sched=0/0 handle=0xc5a6b970

  | state=S schedstat=( 964376 3054217 10 ) utm=0 stm=0 core=5 HZ=100

  | stack=0xc5969000-0xc596b000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x04947ad8> (a java.lang.Object)

 

  at java.lang.Thread.parkFor$ (Thread.java:2135)

  • locked <0x04947ad8> (a java.lang.Object)

 

  at sun.misc.Unsafe.park (Unsafe.java:358)

 

  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2059)

 

  at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:442)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1087)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1147)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)

 

  at com.google.android.gms.internal.ef.run (unavailable)

 

  at java.lang.Thread.run (Thread.java:764)

“CleanupReference” tid=33 Waiting

 

“CleanupReference” daemon prio=5 tid=33 Waiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81c28 self=0xcc384200

  | sysTid=13493 nice=0 cgrp=default sched=0/0 handle=0xc5966970

  | state=S schedstat=( 267866 334635 6 ) utm=0 stm=0 core=0 HZ=100

  | stack=0xc5864000-0xc5866000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x0bb64e31> (a java.lang.Object)

 

  at java.lang.Object.wait (Object.java:422)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:188)

  • locked <0x0bb64e31> (a java.lang.Object)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:209)

 

  at org.chromium.android_webview.CleanupReference$1.run (CleanupReference.java:3)

“Thread-16” tid=34 Native

 

“Thread-16” prio=5 tid=34 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81ee0 self=0xcc487600

  | sysTid=13475 nice=0 cgrp=default sched=0/0 handle=0xc6946970

  | state=S schedstat=( 22612811 21423597 242 ) utm=2 stm=0 core=3 HZ=100

  | stack=0xc684c000-0xc684e000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 000000000001910c  /system/lib/libc.so (syscall+32)

 

  #01  pc 0000000000047e1f  /system/lib/libc.so (_ZL24__pthread_cond_timedwaitP23pthread_cond_internal_tP15pthread_mutex_tbPK8timespec+102)

 

  #02  pc 000000000033fde9  /data/app/com.android.chrome-SvEm3HDoh9HP7xMAw5z7Pg==/base.apk (???)

“GAC_Executor[1]” tid=35 Waiting

 

“GAC_Executor[1]” prio=5 tid=35 Waiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e81f68 self=0xcc384e00

  | sysTid=13494 nice=0 cgrp=default sched=0/0 handle=0xc56ff970

  | state=S schedstat=( 428435 919011 7 ) utm=0 stm=0 core=6 HZ=100

  | stack=0xc55fd000-0xc55ff000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x03586916> (a java.lang.Object)

 

  at java.lang.Thread.parkFor$ (Thread.java:2135)

  • locked <0x03586916> (a java.lang.Object)

 

  at sun.misc.Unsafe.park (Unsafe.java:358)

 

  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2059)

 

  at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:442)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1087)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1147)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)

 

  at com.google.android.gms.internal.ef.run (unavailable)

 

  at java.lang.Thread.run (Thread.java:764)

“Binder:5833_3” tid=37 Native

 

“Binder:5833_3” prio=5 tid=37 Native

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e82058 self=0xcc385a00

  | sysTid=13506 nice=0 cgrp=default sched=0/0 handle=0xc497f970

  | state=S schedstat=( 17581356 21007240 105 ) utm=0 stm=1 core=5 HZ=100

  | stack=0xc4885000-0xc4887000 stackSize=1006KB

  | held mutexes=

 

  #00  pc 0000000000049b70  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000001e3f3  /system/lib/libc.so (ioctl+38)

 

  #02  pc 0000000000048063  /system/lib/libbinder.so (_ZN7android14IPCThreadState14talkWithDriverEb+202)

 

  #03  pc 0000000000048171  /system/lib/libbinder.so (_ZN7android14IPCThreadState20getAndExecuteCommandEv+8)

 

  #04  pc 00000000000486db  /system/lib/libbinder.so (_ZN7android14IPCThreadState14joinThreadPoolEb+38)

 

  #05  pc 000000000005ecdd  /system/lib/libbinder.so (???)

 

  #06  pc 000000000000d461  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+140)

 

  #07  pc 000000000007a829  /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime15javaThreadShellEPv+80)

 

  #08  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #09  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“RxScheduledExecutorPool-1” tid=38 TimedWaiting

 

“RxScheduledExecutorPool-1” daemon prio=5 tid=38 TimedWaiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e820e0 self=0xc4bfe200

  | sysTid=13507 nice=0 cgrp=default sched=0/0 handle=0xc4882970

  | state=S schedstat=( 34767865 9247972 113 ) utm=3 stm=0 core=5 HZ=100

  | stack=0xc4780000-0xc4782000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x09ada297> (a java.lang.Object)

 

  at java.lang.Thread.parkFor$ (Thread.java:2135)

  • locked <0x09ada297> (a java.lang.Object)

 

  at sun.misc.Unsafe.park (Unsafe.java:358)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:230)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2101)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1132)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1113)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1087)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1147)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)

 

  at java.lang.Thread.run (Thread.java:764)

“RxScheduledExecutorPool-2” tid=39 TimedWaiting

 

“RxScheduledExecutorPool-2” daemon prio=5 tid=39 TimedWaiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e82250 self=0xc4bfe800

  | sysTid=13508 nice=0 cgrp=default sched=0/0 handle=0xc477d970

  | state=S schedstat=( 19398279 18637707 112 ) utm=1 stm=0 core=7 HZ=100

  | stack=0xc467b000-0xc467d000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x0e426c84> (a java.lang.Object)

 

  at java.lang.Thread.parkFor$ (Thread.java:2135)

  • locked <0x0e426c84> (a java.lang.Object)

 

  at sun.misc.Unsafe.park (Unsafe.java:358)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:230)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2101)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1132)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1113)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1087)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1147)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)

 

  at java.lang.Thread.run (Thread.java:764)

“RxIoScheduler-2” tid=40 TimedWaiting

 

“RxIoScheduler-2” daemon prio=5 tid=40 TimedWaiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e823c0 self=0xc4bfee00

  | sysTid=13509 nice=0 cgrp=default sched=0/0 handle=0xc4678970

  | state=S schedstat=( 61376299 9656666 121 ) utm=4 stm=2 core=5 HZ=100

  | stack=0xc4576000-0xc4578000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x01709c6d> (a java.lang.Object)

 

  at java.lang.Thread.parkFor$ (Thread.java:2135)

  • locked <0x01709c6d> (a java.lang.Object)

 

  at sun.misc.Unsafe.park (Unsafe.java:358)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:230)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2101)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1132)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1113)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1087)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1147)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:636)

 

  at java.lang.Thread.run (Thread.java:764)

“RxComputationScheduler-1” tid=41 Waiting

 

“RxComputationScheduler-1” daemon prio=5 tid=41 Waiting

  | group=“main” sCount=1 dsCount=0 flags=1 obj=0x12e82530 self=0xc4df2800

  | sysTid=13510 nice=0 cgrp=default sched=0/0 handle=0xc4573970

  | state=S schedstat=( 18704268 2187034 36 ) utm=1 stm=0 core=5 HZ=100

  | stack=0xc4471000-0xc4473000 stackSize=1038KB

  | held mutexes=

 

  at java.lang.Object.wait (Native method)

  • waiting on <0x05ea00a2> (a java.lang.Object)

 

  at java.lang.Thread.parkFor$ (Thread.java:2135)

  • locked <0x05ea00a2> (a java.lang.Object)

 

  at sun.misc.Unsafe.park (Unsafe.java:358)

 

  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:190)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2059)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1120)

“Signal Catcher” tid=3 Runnable

 

“Signal Catcher” daemon prio=5 tid=3 Runnable

  | group=“system” sCount=0 dsCount=0 flags=0 obj=0x12e805c8 self=0xef5f5c00

  | sysTid=5839 nice=0 cgrp=default sched=0/0 handle=0xe5b7f970

  | state=R schedstat=( 33497862 3254426 26 ) utm=3 stm=0 core=1 HZ=100

  | stack=0xe5a85000-0xe5a87000 stackSize=1006KB

  | held mutexes= “mutator lock”(shared held)

 

  #00  pc 00000000002c4087  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+130)

 

  #01  pc 000000000035577d  /system/lib/libart.so (_ZNK3art6Thread9DumpStackERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMapb+200)

 

  #02  pc 0000000000351c4f  /system/lib/libart.so (_ZNK3art6Thread4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEbP12BacktraceMapb+34)

 

  #03  pc 000000000036953f  /system/lib/libart.so (_ZN3art14DumpCheckpoint3RunEPNS_6ThreadE+650)

 

  #04  pc 0000000000363179  /system/lib/libart.so (_ZN3art10ThreadList13RunCheckpointEPNS_7ClosureES2_+320)

 

  #05  pc 0000000000362cd9  /system/lib/libart.so (_ZN3art10ThreadList4DumpERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEEb+536)

 

  #06  pc 0000000000362993  /system/lib/libart.so (_ZN3art10ThreadList14DumpForSigQuitERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+650)

 

  #07  pc 000000000033ffb7  /system/lib/libart.so (_ZN3art7Runtime14DumpForSigQuitERNSt3__113basic_ostreamIcNS1_11char_traitsIcEEEE+122)

 

  #08  pc 0000000000346e97  /system/lib/libart.so (_ZN3art13SignalCatcher13HandleSigQuitEv+1146)

 

  #09  pc 00000000003460d1  /system/lib/libart.so (_ZN3art13SignalCatcher3RunEPv+240)

 

  #10  pc 000000000004840f  /system/lib/libc.so (_ZL15__pthread_startPv+22)

 

  #11  pc 000000000001b54d  /system/lib/libc.so (__start_thread+32)

“HeapTaskDaemon” tid=7 Blocked

 

“HeapTaskDaemon” daemon prio=5 tid=7 Blocked

  | group=“system” sCount=1 dsCount=0 flags=1 obj=0x12e834f8 self=0xe59b4400

  | sysTid=5843 nice=4 cgrp=default sched=0/0 handle=0xd039c970

  | state=S schedstat=( 15478371992 438964782 3752 ) utm=1485 stm=62 core=1 HZ=100

  | stack=0xd029a000-0xd029c000 stackSize=1038KB

  | held mutexes=

 

  #00  pc 0000000000019108  /system/lib/libc.so (syscall+28)

 

  #01  pc 00000000000b38d1  /system/lib/libart.so (_ZN3art17ConditionVariable16WaitHoldingLocksEPNS_6ThreadE+88)

 

  #02  pc 00000000001c0611  /system/lib/libart.so (_ZN3art2gc13TaskProcessor7GetTaskEPNS_6ThreadE+284)

 

  #03  pc 00000000001c0bf1  /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+44)

 

  #04  pc 00000000001cb4eb  /system/framework/arm/boot-core-libart.oat (Java_dalvik_system_VMRuntime_runHeapTasks__+74)

 

  at dalvik.system.VMRuntime.runHeapTasks (Native method)

  • waiting to lock an unknown object

 

  at java.lang.Daemons$HeapTaskDaemon.runInternal (Daemons.java:493)

 

  at java.lang.Daemons$Daemon.run (Daemons.java:111)

 

  at java.lang.Thread.run (Thread.java:764)

 

 

For ** com.ansca.corona.CoronaActivity Input dispatching timed out (Waiting because the touched window has not finished processing the input events that were previously delivered to it.)**

 

 

“main” tid=1 Suspended Thread suspended

 

“main” prio=5 tid=1 SUSPENDED

  | group=“main” sCount=1 dsCount=0 obj=0x41601ca8 self=0x4153a540

  | sysTid=32459 nice=-6 sched=0/0 cgrp=apps handle=1074700628

  | state=S schedstat=( 0 0 0 ) utm=63864 stm=20450 core=1

 

  at android.view.InputEvent.prepareForReuse (InputEvent.java:148)

 

  at android.view.MotionEvent.obtain (MotionEvent.java:1398)

 

  at android.os.MessageQueue.nativePollOnce (Native Method)

 

  at android.os.MessageQueue.next (MessageQueue.java:138)

 

  at android.os.Looper.loop (Looper.java:123)

 

  at android.app.ActivityThread.main (ActivityThread.java:5027)

 

  at java.lang.reflect.Method.invokeNative (Native Method)

 

  at java.lang.reflect.Method.invoke (Method.java:515)

 

  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:779)

 

  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:595)

 

  at dalvik.system.NativeStart.main (Native Method)

“GC” tid=2 WaitingForVm

 

“GC” daemon prio=5 tid=2 VMWAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3d7b8 self=0x664b8bc8

  | sysTid=32462 nice=0 sched=0/0 cgrp=apps handle=1716228464

  | state=S schedstat=( 0 0 0 ) utm=4529 stm=771 core=1

 

  #00  pc 0000000000021918  /system/lib/libc.so (__futex_syscall3+12)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000005276d  /system/lib/libdvm.so (dvmRelativeCondWait(pthread_cond_t*, pthread_mutex_t*, long long, int)+24)

 

  #04  pc 0000000000072607  /system/lib/libdvm.so

 

  #05  pc 0000000000054815  /system/lib/libdvm.so

 

  #06  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #07  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“JDWP” tid=4 WaitingForVm

 

“JDWP” daemon prio=5 tid=4 VMWAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3d990 self=0x6390b830

  | sysTid=32465 nice=0 sched=0/0 cgrp=apps handle=1096745000

  | state=S schedstat=( 0 0 0 ) utm=2 stm=96 core=1

 

  #00  pc 0000000000020e94  /system/lib/libc.so (nanosleep+12)

 

  #01  pc 000000000002f9c3  /system/lib/libc.so (usleep+26)

 

  #02  pc 0000000000061135  /system/lib/libdvm.so

 

  #03  pc 0000000000063e23  /system/lib/libdvm.so

 

  #04  pc 0000000000054815  /system/lib/libdvm.so

 

  #05  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #06  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“Compiler” tid=5 WaitingForVm

 

“Compiler” daemon prio=5 tid=5 VMWAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3da78 self=0x664ae288

  | sysTid=32466 nice=0 sched=0/0 cgrp=apps handle=1670429832

  | state=S schedstat=( 0 0 0 ) utm=124 stm=72 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 0000000000073b97  /system/lib/libdvm.so

 

  #04  pc 0000000000054815  /system/lib/libdvm.so

 

  #05  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #06  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“ReferenceQueueDaemon” tid=6 Waiting

 

“ReferenceQueueDaemon” daemon prio=5 tid=6 WAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3db68 self=0x664ae6e0

  | sysTid=32467 nice=0 sched=0/0 cgrp=apps handle=1096746104

  | state=S schedstat=( 0 0 0 ) utm=36 stm=15 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x415f6640>

 

  at java.lang.Object.wait (Object.java:364)

 

  at java.lang.Daemons$ReferenceQueueDaemon.run (Daemons.java:130)

 

  at java.lang.Thread.run (Thread.java:841)

“FinalizerDaemon” tid=7 Waiting

 

“FinalizerDaemon” daemon prio=5 tid=7 WAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3dcd0 self=0x664aed40

  | sysTid=32468 nice=0 sched=0/0 cgrp=apps handle=1716187544

  | state=S schedstat=( 0 0 0 ) utm=750 stm=76 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x415f6718> (a java.lang.ref.ReferenceQueue)

 

  at java.lang.Object.wait (Object.java:401)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:102)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:73)

 

  at java.lang.Daemons$FinalizerDaemon.run (Daemons.java:170)

 

  at java.lang.Thread.run (Thread.java:841)

“FinalizerWatchdogDaemon” tid=8 TimedWaiting

 

“FinalizerWatchdogDaemon” daemon prio=5 tid=8 TIMED_WAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3de80 self=0x664b3f88

  | sysTid=32469 nice=0 sched=0/0 cgrp=apps handle=1716208608

  | state=S schedstat=( 0 0 0 ) utm=4 stm=5 core=1

 

  at java.lang.VMThread.sleep (Native Method)

 

  at java.lang.Thread.sleep (Thread.java:1013)

 

  at java.lang.Thread.sleep (Thread.java:995)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor (Daemons.java:248)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization (Daemons.java:258)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.run (Daemons.java:212)

 

  at java.lang.Thread.run (Thread.java:841)

“Binder_1” tid=9 Native

 

“Binder_1” prio=5 tid=9 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41a41050 self=0x664b4a78

  | sysTid=32470 nice=0 sched=0/0 cgrp=apps handle=1716209712

  | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1

 

  #00  pc 0000000000020598  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000002cf07  /system/lib/libc.so (ioctl+14)

 

  #02  pc 000000000001d375  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)

 

  #03  pc 000000000001da7f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)

 

  #04  pc 000000000001db15  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)

 

  #05  pc 000000000002191d  /system/lib/libbinder.so

 

  #06  pc 000000000000ea01  /system/lib/libutils.so (android::thread::_threadLoop(void*)+216)

 

  #07  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #08  pc 000000000000e533  /system/lib/libutils.so

 

  #09  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #10  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“Binder_2” tid=10 Native

 

“Binder_2” prio=5 tid=10 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41a41140 self=0x664b5320

  | sysTid=32471 nice=0 sched=0/0 cgrp=apps handle=1716211928

  | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0

 

  #00  pc 0000000000020598  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000002cf07  /system/lib/libc.so (ioctl+14)

 

  #02  pc 000000000001d375  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)

 

  #03  pc 000000000001da7f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)

 

  #04  pc 000000000001db15  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)

 

  #05  pc 000000000002191d  /system/lib/libbinder.so

 

  #06  pc 000000000000ea01  /system/lib/libutils.so (android::thread::_threadLoop(void*)+216)

 

  #07  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #08  pc 000000000000e533  /system/lib/libutils.so

 

  #09  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #10  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“pool-1-thread-1” tid=11 Waiting

 

“pool-1-thread-1” prio=5 tid=11 WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41a8a7b0 self=0x6a54f840

  | sysTid=32475 nice=0 sched=0/0 cgrp=apps handle=1783954584

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41a8a8f8> (a java.lang.VMThread) held by tid=11 (pool-1-thread-1)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:157)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2017)

 

  at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Binder_3” tid=12 Native

 

“Binder_3” prio=5 tid=12 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41a951e0 self=0x6a551200

  | sysTid=32478 nice=0 sched=0/0 cgrp=apps handle=1783959480

  | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1

 

  #00  pc 0000000000020598  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000002cf07  /system/lib/libc.so (ioctl+14)

 

  #02  pc 000000000001d375  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)

 

  #03  pc 000000000001da7f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)

 

  #04  pc 000000000001db15  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)

 

  #05  pc 000000000002191d  /system/lib/libbinder.so

 

  #06  pc 000000000000ea01  /system/lib/libutils.so (android::thread::_threadLoop(void*)+216)

 

  #07  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #08  pc 000000000000e533  /system/lib/libutils.so

 

  #09  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #10  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“GLThread 4342” tid=13 Suspended Thread suspended

 

“GLThread 4342” prio=5 tid=13 SUSPENDED

  | group=“main” sCount=1 dsCount=0 obj=0x41b0b220 self=0x6a779710

  | sysTid=32481 nice=0 sched=0/0 cgrp=apps handle=1786219528

  | state=S schedstat=( 0 0 0 ) utm=1008133 stm=102309 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000005355b  /system/lib/libdvm.so

 

  #04  pc 0000000000053b21  /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)

 

  #05  pc 000000000004a3c5  /system/lib/libdvm.so

 

  #06  pc 0000000000033b7c  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #07  pc 00000000000a368c  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #08  pc 000000000012fbcc  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #09  pc 000000000007bad8  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #10  pc 000000000001db4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)

 

  #11  pc 000000000004dff3  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

 

  #12  pc 0000000000026f60  /system/lib/libdvm.so

 

  #13  pc 000000000002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)

 

  #14  pc 000000000002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

 

  #15  pc 000000000006041f  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)

 

  #16  pc 0000000000060443  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, …)+20)

 

  #17  pc 0000000000055133  /system/lib/libdvm.so

 

  #18  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #19  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at com.ansca.corona.JavaToNativeShim.nativeRender (Native Method)

 

  at com.ansca.corona.JavaToNativeShim.render (JavaToNativeShim.java:182)

 

  at com.ansca.corona.Controller.updateRuntimeState (Controller.java:347)

 

  at com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame (CoronaGLSurfaceView.java:425)

 

  at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1623)

 

  at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1378)

“SoundPool” tid=14 Native

 

“SoundPool” prio=5 tid=14 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41b24438 self=0x6a79eea8

  | sysTid=32482 nice=0 sched=0/0 cgrp=apps handle=1786375184

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000006a537  /system/lib/libmedia.so (android::SoundPool::run()+20)

 

  #04  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #05  pc 000000000000e533  /system/lib/libutils.so

 

  #06  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #07  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“SoundPoolThread” tid=15 Native

 

“SoundPoolThread” prio=5 tid=15 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41b24640 self=0x6a79f820

  | sysTid=32483 nice=0 sched=0/0 cgrp=apps handle=1786377688

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000006a9a1  /system/lib/libmedia.so

 

  #04  pc 000000000006a9f3  /system/lib/libmedia.so (android::SoundPoolThread::read()+16)

 

  #05  pc 000000000006ab9f  /system/lib/libmedia.so (android::SoundPoolThread::run()+14)

 

  #06  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #07  pc 000000000000e533  /system/lib/libutils.so

 

  #08  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #09  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“background thread” tid=16 Native

 

“background thread” prio=5 tid=16 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41af0a18 self=0x6d4578e8

  | sysTid=32500 nice=0 sched=0/0 cgrp=apps handle=1833270592

  | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=1

 

  #00  pc 000000000002174c  /system/lib/libc.so (epoll_wait+12)

 

  #01  pc 00000000000105e3  /system/lib/libutils.so (android::Looper::pollInner(int)+94)

 

  #02  pc 0000000000010811  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)

 

  #03  pc 000000000006a1a5  /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)

 

  #04  pc 000000000001db4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)

 

  #05  pc 000000000004dff3  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

 

  #06  pc 0000000000026f60  /system/lib/libdvm.so

 

  #07  pc 000000000002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)

 

  #08  pc 000000000002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

 

  #09  pc 000000000006041f  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)

 

  #10  pc 0000000000060443  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, …)+20)

 

  #11  pc 0000000000055133  /system/lib/libdvm.so

 

  #12  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #13  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at android.os.MessageQueue.nativePollOnce (Native Method)

 

  at android.os.MessageQueue.next (MessageQueue.java:138)

 

  at android.os.Looper.loop (Looper.java:123)

 

  at android.os.HandlerThread.run (HandlerThread.java:61)

“VungleAsyncMainThread-12” tid=17 TimedWaiting

 

“VungleAsyncMainThread-12” prio=5 tid=17 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41ad3fb8 self=0x6a77a6a8

  | sysTid=3222 nice=0 sched=0/0 cgrp=apps handle=1818420232

  | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41ad4030> (a java.lang.VMThread) held by tid=17 (VungleAsyncMainThread-12)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.LinkedBlockingQueue.poll (LinkedBlockingQueue.java:435)

 

  at com.vungle.publisher.pf.b (vungle:58)

 

  at com.vungle.publisher.pc.b (vungle:34)

 

  at com.vungle.publisher.pf.d (vungle:44)

 

  at com.vungle.publisher.pf$1.run (vungle:36)

 

  at com.vungle.publisher.ce$a$a.run (vungle:258)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1112)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“VungleAsyncMasterThread” tid=18 Native

 

“VungleAsyncMasterThread” prio=5 tid=18 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x420b0210 self=0x6db5fdf0

  | sysTid=32512 nice=0 sched=0/0 cgrp=apps handle=1840640320

  | state=S schedstat=( 0 0 0 ) utm=1 stm=3 core=1

 

  #00  pc 000000000002174c  /system/lib/libc.so (epoll_wait+12)

 

  #01  pc 00000000000105e3  /system/lib/libutils.so (android::Looper::pollInner(int)+94)

 

  #02  pc 0000000000010811  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)

 

  #03  pc 000000000006a1a5  /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)

 

  #04  pc 000000000001db4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)

 

  #05  pc 000000000004dff3  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

 

  #06  pc 0000000000000214  /dev/ashmem/dalvik-jit-code-cache (deleted)

 

  at android.os.MessageQueue.nativePollOnce (Native Method)

 

  at android.os.MessageQueue.next (MessageQueue.java:138)

 

  at android.os.Looper.loop (Looper.java:123)

 

  at android.os.HandlerThread.run (HandlerThread.java:61)

“RxSchedulerPurge-1” tid=19 Suspended Thread suspended

 

“RxSchedulerPurge-1” daemon prio=5 tid=19 SUSPENDED

  | group=“main” sCount=1 dsCount=0 obj=0x420e24b8 self=0x6dc27830

  | sysTid=32517 nice=0 sched=0/0 cgrp=apps handle=1841464408

  | state=S schedstat=( 0 0 0 ) utm=1256 stm=148 core=0

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000005355b  /system/lib/libdvm.so

 

  #04  pc 0000000000053b21  /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)

 

  #05  pc 0000000000052c6d  /system/lib/libdvm.so

 

  #06  pc 00000000000674f9  /system/lib/libdvm.so

 

  #07  pc 0000000000026f60  /system/lib/libdvm.so

 

  #08  pc 000000000002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)

 

  #09  pc 000000000002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

 

  #10  pc 000000000006041f  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)

 

  #11  pc 0000000000060443  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, …)+20)

 

  #12  pc 0000000000055133  /system/lib/libdvm.so

 

  #13  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #14  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at java.lang.Object.wait (Native Method)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“RxIoScheduler-1 (Evictor)” tid=20 TimedWaiting

 

“RxIoScheduler-1 (Evictor)” daemon prio=5 tid=20 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x420e5f88 self=0x6dc39c70

  | sysTid=32518 nice=0 sched=0/0 cgrp=apps handle=1841537224

  | state=S schedstat=( 0 0 0 ) utm=9 stm=7 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x420e6338> (a java.lang.VMThread) held by tid=20 (RxIoScheduler-1 (Evictor))

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“VungleAsyncMainThread-13” tid=21 TimedWaiting

 

“VungleAsyncMainThread-13” prio=5 tid=21 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x4209fce8 self=0x711a4678

  | sysTid=3223 nice=0 sched=0/0 cgrp=apps handle=1923662408

  | state=S schedstat=( 0 0 0 ) utm=5 stm=2 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x42143170> (a java.lang.VMThread) held by tid=21 (VungleAsyncMainThread-13)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.PriorityBlockingQueue.poll (PriorityBlockingQueue.java:524)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“OkHttp ConnectionPool” tid=22 TimedWaiting

 

“OkHttp ConnectionPool” daemon prio=5 tid=22 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x420bebd0 self=0x6db91ad8

  | sysTid=3224 nice=0 sched=0/0 cgrp=apps handle=1923662992

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x420b4db8> (a java.lang.VMThread) held by tid=22 (OkHttp ConnectionPool)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.LinkedBlockingQueue.poll (LinkedBlockingQueue.java:435)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Thread-4358” tid=23 Native

 

“Thread-4358” prio=5 tid=23 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41ad0fc8 self=0x6dfffd70

  | sysTid=32527 nice=-6 sched=0/0 cgrp=apps handle=1845461000

  | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0

 

  #00  pc 000000000002174c  /system/lib/libc.so (epoll_wait+12)

 

  #01  pc 00000000001e7ff3  /system/lib/libwebviewchromium.so

 

  #02  pc 00000000001e71e5  /system/lib/libwebviewchromium.so

 

  #03  pc 00000000001e00a7  /system/lib/libwebviewchromium.so

 

  #04  pc 00000000001cf485  /system/lib/libwebviewchromium.so

 

  #05  pc 00000000001d3f4f  /system/lib/libwebviewchromium.so

 

  #06  pc 00000000001cecbf  /system/lib/libwebviewchromium.so

 

  #07  pc 00000000008e9901  /system/lib/libwebviewchromium.so

 

  #08  pc 00000000008e9cb3  /system/lib/libwebviewchromium.so

 

  #09  pc 00000000001dc33d  /system/lib/libwebviewchromium.so

 

  #10  pc 00000000001da16b  /system/lib/libwebviewchromium.so

 

  #11  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #12  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“Thread-4359” tid=24 Native

 

“Thread-4359” prio=5 tid=24 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41af9f30 self=0x6f45d008

  | sysTid=32528 nice=0 sched=0/0 cgrp=apps handle=1845463960

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 00000000001dbbe1  /system/lib/libwebviewchromium.so

 

  #04  pc 00000000001dbca7  /system/lib/libwebviewchromium.so

 

  #05  pc 00000000001dbf2b  /system/lib/libwebviewchromium.so

 

  #06  pc 00000000001da16b  /system/lib/libwebviewchromium.so

 

  #07  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #08  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“CleanupReference” tid=25 Waiting

 

“CleanupReference” daemon prio=5 tid=25 WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41af9de8 self=0x6f7b5010

  | sysTid=32535 nice=0 sched=0/0 cgrp=apps handle=1845578392

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41ab1d00> (a java.lang.ref.ReferenceQueue)

 

  at java.lang.Object.wait (Object.java:401)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:102)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:73)

 

  at com.android.org.chromium.content.common.CleanupReference$1.run (CleanupReference.java:48)

“RxScheduledExecutorPool-1” tid=26 TimedWaiting

 

“RxScheduledExecutorPool-1” daemon prio=5 tid=26 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41be4150 self=0x6e3c1030

  | sysTid=32541 nice=0 sched=0/0 cgrp=apps handle=1849460048

  | state=S schedstat=( 0 0 0 ) utm=13 stm=0 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41be42e0> (a java.lang.VMThread) held by tid=26 (RxScheduledExecutorPool-1)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Thread-4363” tid=27 Native

 

“Thread-4363” prio=5 tid=27 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x4210d570 self=0x6f7b4a20

  | sysTid=32522 nice=0 sched=0/0 cgrp=apps handle=1845407752

  | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 00000000001d97d5  /system/lib/libwebviewchromium.so

 

  #04  pc 00000000001d97f5  /system/lib/libwebviewchromium.so

 

  #05  pc 00000000001cff0f  /system/lib/libwebviewchromium.so

 

  #06  pc 00000000001cf485  /system/lib/libwebviewchromium.so

 

  #07  pc 00000000001d3f4f  /system/lib/libwebviewchromium.so

 

  #08  pc 00000000001cecbf  /system/lib/libwebviewchromium.so

 

  #09  pc 00000000008e9893  /system/lib/libwebviewchromium.so

 

  #10  pc 00000000008e9c8b  /system/lib/libwebviewchromium.so

 

  #11  pc 00000000001dc33d  /system/lib/libwebviewchromium.so

 

  #12  pc 00000000001da16b  /system/lib/libwebviewchromium.so

 

  #13  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #14  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“RxScheduledExecutorPool-2” tid=28 TimedWaiting

 

“RxScheduledExecutorPool-2” daemon prio=5 tid=28 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41be7c40 self=0x6e3cb7d8

  | sysTid=32542 nice=0 sched=0/0 cgrp=apps handle=1849460632

  | state=S schedstat=( 0 0 0 ) utm=10 stm=0 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41be7dd0> (a java.lang.VMThread) held by tid=28 (RxScheduledExecutorPool-2)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“RxComputationScheduler-1” tid=31 Waiting

 

“RxComputationScheduler-1” daemon prio=5 tid=31 WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41c2e890 self=0x6c5f0628

  | sysTid=32550 nice=0 sched=0/0 cgrp=apps handle=1818167936

  | state=S schedstat=( 0 0 0 ) utm=4 stm=8 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41c2ea20> (a java.lang.VMThread) held by tid=31 (RxComputationScheduler-1)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:157)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2017)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1050)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Signal Catcher” tid=3 Runnable

 

“Signal Catcher” daemon prio=5 tid=3 RUNNABLE

  | group=“system” sCount=0 dsCount=0 obj=0x41a3d898 self=0x648e18f8

  | sysTid=32464 nice=0 sched=0/0 cgrp=apps handle=1666206232

  | state=R schedstat=( 0 0 0 ) utm=3 stm=4 core=1

 

  at dalvik.system.NativeStart.run (Native Method)

Thanks for reporting! Are you positive this is with build 3224? May I ask to double check by running a build and looking into logcat? Corona prints out it’s version when app starts.

@vlads, yup:

Copyright © 2009-2018  C o r o n a   L a b s   I n c .

                    Version: 3.0.0

Apr 12 09:47:32.133 Build: 2018.3224

OOPS! Really sorry I believe it was still build 2018.3222, as i checked my app release on google which indicates 15feb but I only downloaded 2018.3224 on 21 feb. Apologies again. I used build 1028.3324 for my mac desktop build which runs fine.

Previously I used build 2018.3222 for a short time and build 2018.3184 for a lot of my builds. Can’t recall if i released a build using 3222 but never came across these ANRs and other crashes with 3184.

Afraid I can’t actually see the crash & exit on my own android device as that is an android 6.1 where I have no errors on.

My core tester who gets the app crash & exit after the permissions prompt is on android 8.1 with a nexus 6p. But as I mentioned earlier, once he re-launches the app it works fine. However, if he un-installs, then does a fresh install, he gets the same crash & exit. He just sent me the below crash log the google pop up after the crash allows him to send directly from his phone.

The previous log directly from core tester’s phone was incomplete. I have the full log.txt file but its 1.4mb long. how can I get that to you?

sorry to post so much…

this is the crash trace log from google dev dashboard from the same core tester’s phone as above post (With all the weird chinese)

pid: 0, tid: 0 >>> com.xxxxxx.xxx <<< backtrace:

 

#00 pc 000000000001a39a /system/lib/libc.so (abort+63)

 

#01 pc 000000000035b3d9 /system/lib/libart.so (art::Runtime::Abort(char const*)+392)

 

#02 pc 000000000041ae2d /system/lib/libart.so (android::base::LogMessage::~LogMessage()+452)

 

#03 pc 000000000037cd85 /system/lib/libart.so (art::thread::AssertNoPendingException() const+796)

 

#04 pc 00000000000ee6a1 /system/lib/libart.so (art::ClassLinker::FindClass(art::Thread*, char const*, art::Handle<art::mirror::ClassLoader>)+28)

 

#05 pc 000000000027b2a5 /system/lib/libart.so (art::JNI::FindClass(_JNIEnv*, char const*)+1300)

 

#06 pc 00000000000314cc /data/app/com.xxxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#07 pc 0000000000078b94 /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#08 pc 0000000000130aec /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#09 pc 000000000002c164 /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#10 pc 000000000002e808 /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so (Java_com_ansca_corona_JavaToNativeShim_nativePause+24)

 

#11 pc 000000000002307f /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/oat/arm/base.odex

It’s OK. It just native ANRs doesn’t make sense without proper version. I can not say what, for example, “0000000000031450” means without knowing exactly what binary was used.

For ** com.ansca.corona.CoronaActivity Input dispatching timed out (Waiting because the touched window has not finished processing the input events that were previously delivered to it.)**

 

 

“main” tid=1 Suspended Thread suspended

 

“main” prio=5 tid=1 SUSPENDED

  | group=“main” sCount=1 dsCount=0 obj=0x41601ca8 self=0x4153a540

  | sysTid=32459 nice=-6 sched=0/0 cgrp=apps handle=1074700628

  | state=S schedstat=( 0 0 0 ) utm=63864 stm=20450 core=1

 

  at android.view.InputEvent.prepareForReuse (InputEvent.java:148)

 

  at android.view.MotionEvent.obtain (MotionEvent.java:1398)

 

  at android.os.MessageQueue.nativePollOnce (Native Method)

 

  at android.os.MessageQueue.next (MessageQueue.java:138)

 

  at android.os.Looper.loop (Looper.java:123)

 

  at android.app.ActivityThread.main (ActivityThread.java:5027)

 

  at java.lang.reflect.Method.invokeNative (Native Method)

 

  at java.lang.reflect.Method.invoke (Method.java:515)

 

  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:779)

 

  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:595)

 

  at dalvik.system.NativeStart.main (Native Method)

“GC” tid=2 WaitingForVm

 

“GC” daemon prio=5 tid=2 VMWAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3d7b8 self=0x664b8bc8

  | sysTid=32462 nice=0 sched=0/0 cgrp=apps handle=1716228464

  | state=S schedstat=( 0 0 0 ) utm=4529 stm=771 core=1

 

  #00  pc 0000000000021918  /system/lib/libc.so (__futex_syscall3+12)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000005276d  /system/lib/libdvm.so (dvmRelativeCondWait(pthread_cond_t*, pthread_mutex_t*, long long, int)+24)

 

  #04  pc 0000000000072607  /system/lib/libdvm.so

 

  #05  pc 0000000000054815  /system/lib/libdvm.so

 

  #06  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #07  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“JDWP” tid=4 WaitingForVm

 

“JDWP” daemon prio=5 tid=4 VMWAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3d990 self=0x6390b830

  | sysTid=32465 nice=0 sched=0/0 cgrp=apps handle=1096745000

  | state=S schedstat=( 0 0 0 ) utm=2 stm=96 core=1

 

  #00  pc 0000000000020e94  /system/lib/libc.so (nanosleep+12)

 

  #01  pc 000000000002f9c3  /system/lib/libc.so (usleep+26)

 

  #02  pc 0000000000061135  /system/lib/libdvm.so

 

  #03  pc 0000000000063e23  /system/lib/libdvm.so

 

  #04  pc 0000000000054815  /system/lib/libdvm.so

 

  #05  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #06  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“Compiler” tid=5 WaitingForVm

 

“Compiler” daemon prio=5 tid=5 VMWAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3da78 self=0x664ae288

  | sysTid=32466 nice=0 sched=0/0 cgrp=apps handle=1670429832

  | state=S schedstat=( 0 0 0 ) utm=124 stm=72 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 0000000000073b97  /system/lib/libdvm.so

 

  #04  pc 0000000000054815  /system/lib/libdvm.so

 

  #05  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #06  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“ReferenceQueueDaemon” tid=6 Waiting

 

“ReferenceQueueDaemon” daemon prio=5 tid=6 WAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3db68 self=0x664ae6e0

  | sysTid=32467 nice=0 sched=0/0 cgrp=apps handle=1096746104

  | state=S schedstat=( 0 0 0 ) utm=36 stm=15 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x415f6640>

 

  at java.lang.Object.wait (Object.java:364)

 

  at java.lang.Daemons$ReferenceQueueDaemon.run (Daemons.java:130)

 

  at java.lang.Thread.run (Thread.java:841)

“FinalizerDaemon” tid=7 Waiting

 

“FinalizerDaemon” daemon prio=5 tid=7 WAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3dcd0 self=0x664aed40

  | sysTid=32468 nice=0 sched=0/0 cgrp=apps handle=1716187544

  | state=S schedstat=( 0 0 0 ) utm=750 stm=76 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x415f6718> (a java.lang.ref.ReferenceQueue)

 

  at java.lang.Object.wait (Object.java:401)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:102)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:73)

 

  at java.lang.Daemons$FinalizerDaemon.run (Daemons.java:170)

 

  at java.lang.Thread.run (Thread.java:841)

“FinalizerWatchdogDaemon” tid=8 TimedWaiting

 

“FinalizerWatchdogDaemon” daemon prio=5 tid=8 TIMED_WAIT

  | group=“system” sCount=1 dsCount=0 obj=0x41a3de80 self=0x664b3f88

  | sysTid=32469 nice=0 sched=0/0 cgrp=apps handle=1716208608

  | state=S schedstat=( 0 0 0 ) utm=4 stm=5 core=1

 

  at java.lang.VMThread.sleep (Native Method)

 

  at java.lang.Thread.sleep (Thread.java:1013)

 

  at java.lang.Thread.sleep (Thread.java:995)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor (Daemons.java:248)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization (Daemons.java:258)

 

  at java.lang.Daemons$FinalizerWatchdogDaemon.run (Daemons.java:212)

 

  at java.lang.Thread.run (Thread.java:841)

“Binder_1” tid=9 Native

 

“Binder_1” prio=5 tid=9 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41a41050 self=0x664b4a78

  | sysTid=32470 nice=0 sched=0/0 cgrp=apps handle=1716209712

  | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1

 

  #00  pc 0000000000020598  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000002cf07  /system/lib/libc.so (ioctl+14)

 

  #02  pc 000000000001d375  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)

 

  #03  pc 000000000001da7f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)

 

  #04  pc 000000000001db15  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)

 

  #05  pc 000000000002191d  /system/lib/libbinder.so

 

  #06  pc 000000000000ea01  /system/lib/libutils.so (android::thread::_threadLoop(void*)+216)

 

  #07  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #08  pc 000000000000e533  /system/lib/libutils.so

 

  #09  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #10  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“Binder_2” tid=10 Native

 

“Binder_2” prio=5 tid=10 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41a41140 self=0x664b5320

  | sysTid=32471 nice=0 sched=0/0 cgrp=apps handle=1716211928

  | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0

 

  #00  pc 0000000000020598  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000002cf07  /system/lib/libc.so (ioctl+14)

 

  #02  pc 000000000001d375  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)

 

  #03  pc 000000000001da7f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)

 

  #04  pc 000000000001db15  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)

 

  #05  pc 000000000002191d  /system/lib/libbinder.so

 

  #06  pc 000000000000ea01  /system/lib/libutils.so (android::thread::_threadLoop(void*)+216)

 

  #07  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #08  pc 000000000000e533  /system/lib/libutils.so

 

  #09  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #10  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“pool-1-thread-1” tid=11 Waiting

 

“pool-1-thread-1” prio=5 tid=11 WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41a8a7b0 self=0x6a54f840

  | sysTid=32475 nice=0 sched=0/0 cgrp=apps handle=1783954584

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41a8a8f8> (a java.lang.VMThread) held by tid=11 (pool-1-thread-1)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:157)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2017)

 

  at java.util.concurrent.LinkedBlockingQueue.take (LinkedBlockingQueue.java:410)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Binder_3” tid=12 Native

 

“Binder_3” prio=5 tid=12 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41a951e0 self=0x6a551200

  | sysTid=32478 nice=0 sched=0/0 cgrp=apps handle=1783959480

  | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1

 

  #00  pc 0000000000020598  /system/lib/libc.so (__ioctl+8)

 

  #01  pc 000000000002cf07  /system/lib/libc.so (ioctl+14)

 

  #02  pc 000000000001d375  /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)

 

  #03  pc 000000000001da7f  /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)

 

  #04  pc 000000000001db15  /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)

 

  #05  pc 000000000002191d  /system/lib/libbinder.so

 

  #06  pc 000000000000ea01  /system/lib/libutils.so (android::thread::_threadLoop(void*)+216)

 

  #07  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #08  pc 000000000000e533  /system/lib/libutils.so

 

  #09  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #10  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“GLThread 4342” tid=13 Suspended Thread suspended

 

“GLThread 4342” prio=5 tid=13 SUSPENDED

  | group=“main” sCount=1 dsCount=0 obj=0x41b0b220 self=0x6a779710

  | sysTid=32481 nice=0 sched=0/0 cgrp=apps handle=1786219528

  | state=S schedstat=( 0 0 0 ) utm=1008133 stm=102309 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000005355b  /system/lib/libdvm.so

 

  #04  pc 0000000000053b21  /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)

 

  #05  pc 000000000004a3c5  /system/lib/libdvm.so

 

  #06  pc 0000000000033b7c  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #07  pc 00000000000a368c  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #08  pc 000000000012fbcc  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #09  pc 000000000007bad8  /data/app-lib/com.vanderveergames.wotz-2/libcorona.so

 

  #10  pc 000000000001db4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)

 

  #11  pc 000000000004dff3  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

 

  #12  pc 0000000000026f60  /system/lib/libdvm.so

 

  #13  pc 000000000002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)

 

  #14  pc 000000000002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

 

  #15  pc 000000000006041f  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)

 

  #16  pc 0000000000060443  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, …)+20)

 

  #17  pc 0000000000055133  /system/lib/libdvm.so

 

  #18  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #19  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at com.ansca.corona.JavaToNativeShim.nativeRender (Native Method)

 

  at com.ansca.corona.JavaToNativeShim.render (JavaToNativeShim.java:182)

 

  at com.ansca.corona.Controller.updateRuntimeState (Controller.java:347)

 

  at com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame (CoronaGLSurfaceView.java:425)

 

  at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun (GLSurfaceView.java:1623)

 

  at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run (GLSurfaceView.java:1378)

“SoundPool” tid=14 Native

 

“SoundPool” prio=5 tid=14 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41b24438 self=0x6a79eea8

  | sysTid=32482 nice=0 sched=0/0 cgrp=apps handle=1786375184

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000006a537  /system/lib/libmedia.so (android::SoundPool::run()+20)

 

  #04  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #05  pc 000000000000e533  /system/lib/libutils.so

 

  #06  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #07  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“SoundPoolThread” tid=15 Native

 

“SoundPoolThread” prio=5 tid=15 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41b24640 self=0x6a79f820

  | sysTid=32483 nice=0 sched=0/0 cgrp=apps handle=1786377688

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000006a9a1  /system/lib/libmedia.so

 

  #04  pc 000000000006a9f3  /system/lib/libmedia.so (android::SoundPoolThread::read()+16)

 

  #05  pc 000000000006ab9f  /system/lib/libmedia.so (android::SoundPoolThread::run()+14)

 

  #06  pc 000000000004cdcd  /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+68)

 

  #07  pc 000000000000e533  /system/lib/libutils.so

 

  #08  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #09  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“background thread” tid=16 Native

 

“background thread” prio=5 tid=16 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41af0a18 self=0x6d4578e8

  | sysTid=32500 nice=0 sched=0/0 cgrp=apps handle=1833270592

  | state=S schedstat=( 0 0 0 ) utm=2 stm=0 core=1

 

  #00  pc 000000000002174c  /system/lib/libc.so (epoll_wait+12)

 

  #01  pc 00000000000105e3  /system/lib/libutils.so (android::Looper::pollInner(int)+94)

 

  #02  pc 0000000000010811  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)

 

  #03  pc 000000000006a1a5  /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)

 

  #04  pc 000000000001db4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)

 

  #05  pc 000000000004dff3  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

 

  #06  pc 0000000000026f60  /system/lib/libdvm.so

 

  #07  pc 000000000002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)

 

  #08  pc 000000000002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

 

  #09  pc 000000000006041f  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)

 

  #10  pc 0000000000060443  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, …)+20)

 

  #11  pc 0000000000055133  /system/lib/libdvm.so

 

  #12  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #13  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at android.os.MessageQueue.nativePollOnce (Native Method)

 

  at android.os.MessageQueue.next (MessageQueue.java:138)

 

  at android.os.Looper.loop (Looper.java:123)

 

  at android.os.HandlerThread.run (HandlerThread.java:61)

“VungleAsyncMainThread-12” tid=17 TimedWaiting

 

“VungleAsyncMainThread-12” prio=5 tid=17 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41ad3fb8 self=0x6a77a6a8

  | sysTid=3222 nice=0 sched=0/0 cgrp=apps handle=1818420232

  | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41ad4030> (a java.lang.VMThread) held by tid=17 (VungleAsyncMainThread-12)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.LinkedBlockingQueue.poll (LinkedBlockingQueue.java:435)

 

  at com.vungle.publisher.pf.b (vungle:58)

 

  at com.vungle.publisher.pc.b (vungle:34)

 

  at com.vungle.publisher.pf.d (vungle:44)

 

  at com.vungle.publisher.pf$1.run (vungle:36)

 

  at com.vungle.publisher.ce$a$a.run (vungle:258)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1112)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“VungleAsyncMasterThread” tid=18 Native

 

“VungleAsyncMasterThread” prio=5 tid=18 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x420b0210 self=0x6db5fdf0

  | sysTid=32512 nice=0 sched=0/0 cgrp=apps handle=1840640320

  | state=S schedstat=( 0 0 0 ) utm=1 stm=3 core=1

 

  #00  pc 000000000002174c  /system/lib/libc.so (epoll_wait+12)

 

  #01  pc 00000000000105e3  /system/lib/libutils.so (android::Looper::pollInner(int)+94)

 

  #02  pc 0000000000010811  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)

 

  #03  pc 000000000006a1a5  /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)

 

  #04  pc 000000000001db4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)

 

  #05  pc 000000000004dff3  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)

 

  #06  pc 0000000000000214  /dev/ashmem/dalvik-jit-code-cache (deleted)

 

  at android.os.MessageQueue.nativePollOnce (Native Method)

 

  at android.os.MessageQueue.next (MessageQueue.java:138)

 

  at android.os.Looper.loop (Looper.java:123)

 

  at android.os.HandlerThread.run (HandlerThread.java:61)

“RxSchedulerPurge-1” tid=19 Suspended Thread suspended

 

“RxSchedulerPurge-1” daemon prio=5 tid=19 SUSPENDED

  | group=“main” sCount=1 dsCount=0 obj=0x420e24b8 self=0x6dc27830

  | sysTid=32517 nice=0 sched=0/0 cgrp=apps handle=1841464408

  | state=S schedstat=( 0 0 0 ) utm=1256 stm=148 core=0

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 000000000005355b  /system/lib/libdvm.so

 

  #04  pc 0000000000053b21  /system/lib/libdvm.so (dvmChangeStatus(Thread*, ThreadStatus)+34)

 

  #05  pc 0000000000052c6d  /system/lib/libdvm.so

 

  #06  pc 00000000000674f9  /system/lib/libdvm.so

 

  #07  pc 0000000000026f60  /system/lib/libdvm.so

 

  #08  pc 000000000002deec  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)

 

  #09  pc 000000000002b598  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)

 

  #10  pc 000000000006041f  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)

 

  #11  pc 0000000000060443  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, …)+20)

 

  #12  pc 0000000000055133  /system/lib/libdvm.so

 

  #13  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #14  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at java.lang.Object.wait (Native Method)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“RxIoScheduler-1 (Evictor)” tid=20 TimedWaiting

 

“RxIoScheduler-1 (Evictor)” daemon prio=5 tid=20 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x420e5f88 self=0x6dc39c70

  | sysTid=32518 nice=0 sched=0/0 cgrp=apps handle=1841537224

  | state=S schedstat=( 0 0 0 ) utm=9 stm=7 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x420e6338> (a java.lang.VMThread) held by tid=20 (RxIoScheduler-1 (Evictor))

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“VungleAsyncMainThread-13” tid=21 TimedWaiting

 

“VungleAsyncMainThread-13” prio=5 tid=21 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x4209fce8 self=0x711a4678

  | sysTid=3223 nice=0 sched=0/0 cgrp=apps handle=1923662408

  | state=S schedstat=( 0 0 0 ) utm=5 stm=2 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x42143170> (a java.lang.VMThread) held by tid=21 (VungleAsyncMainThread-13)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.PriorityBlockingQueue.poll (PriorityBlockingQueue.java:524)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“OkHttp ConnectionPool” tid=22 TimedWaiting

 

“OkHttp ConnectionPool” daemon prio=5 tid=22 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x420bebd0 self=0x6db91ad8

  | sysTid=3224 nice=0 sched=0/0 cgrp=apps handle=1923662992

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x420b4db8> (a java.lang.VMThread) held by tid=22 (OkHttp ConnectionPool)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.LinkedBlockingQueue.poll (LinkedBlockingQueue.java:435)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Thread-4358” tid=23 Native

 

“Thread-4358” prio=5 tid=23 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41ad0fc8 self=0x6dfffd70

  | sysTid=32527 nice=-6 sched=0/0 cgrp=apps handle=1845461000

  | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0

 

  #00  pc 000000000002174c  /system/lib/libc.so (epoll_wait+12)

 

  #01  pc 00000000001e7ff3  /system/lib/libwebviewchromium.so

 

  #02  pc 00000000001e71e5  /system/lib/libwebviewchromium.so

 

  #03  pc 00000000001e00a7  /system/lib/libwebviewchromium.so

 

  #04  pc 00000000001cf485  /system/lib/libwebviewchromium.so

 

  #05  pc 00000000001d3f4f  /system/lib/libwebviewchromium.so

 

  #06  pc 00000000001cecbf  /system/lib/libwebviewchromium.so

 

  #07  pc 00000000008e9901  /system/lib/libwebviewchromium.so

 

  #08  pc 00000000008e9cb3  /system/lib/libwebviewchromium.so

 

  #09  pc 00000000001dc33d  /system/lib/libwebviewchromium.so

 

  #10  pc 00000000001da16b  /system/lib/libwebviewchromium.so

 

  #11  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #12  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“Thread-4359” tid=24 Native

 

“Thread-4359” prio=5 tid=24 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x41af9f30 self=0x6f45d008

  | sysTid=32528 nice=0 sched=0/0 cgrp=apps handle=1845463960

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 00000000001dbbe1  /system/lib/libwebviewchromium.so

 

  #04  pc 00000000001dbca7  /system/lib/libwebviewchromium.so

 

  #05  pc 00000000001dbf2b  /system/lib/libwebviewchromium.so

 

  #06  pc 00000000001da16b  /system/lib/libwebviewchromium.so

 

  #07  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #08  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“CleanupReference” tid=25 Waiting

 

“CleanupReference” daemon prio=5 tid=25 WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41af9de8 self=0x6f7b5010

  | sysTid=32535 nice=0 sched=0/0 cgrp=apps handle=1845578392

  | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41ab1d00> (a java.lang.ref.ReferenceQueue)

 

  at java.lang.Object.wait (Object.java:401)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:102)

 

  at java.lang.ref.ReferenceQueue.remove (ReferenceQueue.java:73)

 

  at com.android.org.chromium.content.common.CleanupReference$1.run (CleanupReference.java:48)

“RxScheduledExecutorPool-1” tid=26 TimedWaiting

 

“RxScheduledExecutorPool-1” daemon prio=5 tid=26 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41be4150 self=0x6e3c1030

  | sysTid=32541 nice=0 sched=0/0 cgrp=apps handle=1849460048

  | state=S schedstat=( 0 0 0 ) utm=13 stm=0 core=0

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41be42e0> (a java.lang.VMThread) held by tid=26 (RxScheduledExecutorPool-1)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Thread-4363” tid=27 Native

 

“Thread-4363” prio=5 tid=27 NATIVE

  | group=“main” sCount=1 dsCount=0 obj=0x4210d570 self=0x6f7b4a20

  | sysTid=32522 nice=0 sched=0/0 cgrp=apps handle=1845407752

  | state=S schedstat=( 0 0 0 ) utm=0 stm=1 core=0

 

  #00  pc 0000000000021914  /system/lib/libc.so (__futex_syscall3+8)

 

  #01  pc 000000000000ef64  /system/lib/libc.so (__pthread_cond_timedwait_relative+48)

 

  #02  pc 000000000000efc4  /system/lib/libc.so (__pthread_cond_timedwait+64)

 

  #03  pc 00000000001d97d5  /system/lib/libwebviewchromium.so

 

  #04  pc 00000000001d97f5  /system/lib/libwebviewchromium.so

 

  #05  pc 00000000001cff0f  /system/lib/libwebviewchromium.so

 

  #06  pc 00000000001cf485  /system/lib/libwebviewchromium.so

 

  #07  pc 00000000001d3f4f  /system/lib/libwebviewchromium.so

 

  #08  pc 00000000001cecbf  /system/lib/libwebviewchromium.so

 

  #09  pc 00000000008e9893  /system/lib/libwebviewchromium.so

 

  #10  pc 00000000008e9c8b  /system/lib/libwebviewchromium.so

 

  #11  pc 00000000001dc33d  /system/lib/libwebviewchromium.so

 

  #12  pc 00000000001da16b  /system/lib/libwebviewchromium.so

 

  #13  pc 000000000000d208  /system/lib/libc.so (__thread_entry+72)

 

  #14  pc 000000000000d3a4  /system/lib/libc.so (pthread_create+240)

 

  at dalvik.system.NativeStart.run (Native Method)

“RxScheduledExecutorPool-2” tid=28 TimedWaiting

 

“RxScheduledExecutorPool-2” daemon prio=5 tid=28 TIMED_WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41be7c40 self=0x6e3cb7d8

  | sysTid=32542 nice=0 sched=0/0 cgrp=apps handle=1849460632

  | state=S schedstat=( 0 0 0 ) utm=10 stm=0 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41be7dd0> (a java.lang.VMThread) held by tid=28 (RxScheduledExecutorPool-2)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2056)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1062)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“RxComputationScheduler-1” tid=31 Waiting

 

“RxComputationScheduler-1” daemon prio=5 tid=31 WAIT

  | group=“main” sCount=1 dsCount=0 obj=0x41c2e890 self=0x6c5f0628

  | sysTid=32550 nice=0 sched=0/0 cgrp=apps handle=1818167936

  | state=S schedstat=( 0 0 0 ) utm=4 stm=8 core=1

 

  at java.lang.Object.wait (Native Method)

  • waiting on <0x41c2ea20> (a java.lang.VMThread) held by tid=31 (RxComputationScheduler-1)

 

  at java.lang.Thread.parkFor (Thread.java:1205)

 

  at sun.misc.Unsafe.park (Unsafe.java:325)

 

  at java.util.concurrent.locks.LockSupport.park (LockSupport.java:157)

 

  at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await (AbstractQueuedSynchronizer.java:2017)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1050)

 

  at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:778)

 

  at java.util.concurrent.ThreadPoolExecutor.getTask (ThreadPoolExecutor.java:1035)

 

  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1097)

 

  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:587)

 

  at java.lang.Thread.run (Thread.java:841)

“Signal Catcher” tid=3 Runnable

 

“Signal Catcher” daemon prio=5 tid=3 RUNNABLE

  | group=“system” sCount=0 dsCount=0 obj=0x41a3d898 self=0x648e18f8

  | sysTid=32464 nice=0 sched=0/0 cgrp=apps handle=1666206232

  | state=R schedstat=( 0 0 0 ) utm=3 stm=4 core=1

 

  at dalvik.system.NativeStart.run (Native Method)

Thanks for reporting! Are you positive this is with build 3224? May I ask to double check by running a build and looking into logcat? Corona prints out it’s version when app starts.

@vlads, yup:

Copyright © 2009-2018  C o r o n a   L a b s   I n c .

                    Version: 3.0.0

Apr 12 09:47:32.133 Build: 2018.3224

OOPS! Really sorry I believe it was still build 2018.3222, as i checked my app release on google which indicates 15feb but I only downloaded 2018.3224 on 21 feb. Apologies again. I used build 1028.3324 for my mac desktop build which runs fine.

Previously I used build 2018.3222 for a short time and build 2018.3184 for a lot of my builds. Can’t recall if i released a build using 3222 but never came across these ANRs and other crashes with 3184.

Afraid I can’t actually see the crash & exit on my own android device as that is an android 6.1 where I have no errors on.

My core tester who gets the app crash & exit after the permissions prompt is on android 8.1 with a nexus 6p. But as I mentioned earlier, once he re-launches the app it works fine. However, if he un-installs, then does a fresh install, he gets the same crash & exit. He just sent me the below crash log the google pop up after the crash allows him to send directly from his phone.

The previous log directly from core tester’s phone was incomplete. I have the full log.txt file but its 1.4mb long. how can I get that to you?

sorry to post so much…

this is the crash trace log from google dev dashboard from the same core tester’s phone as above post (With all the weird chinese)

pid: 0, tid: 0 >>> com.xxxxxx.xxx <<< backtrace:

 

#00 pc 000000000001a39a /system/lib/libc.so (abort+63)

 

#01 pc 000000000035b3d9 /system/lib/libart.so (art::Runtime::Abort(char const*)+392)

 

#02 pc 000000000041ae2d /system/lib/libart.so (android::base::LogMessage::~LogMessage()+452)

 

#03 pc 000000000037cd85 /system/lib/libart.so (art::thread::AssertNoPendingException() const+796)

 

#04 pc 00000000000ee6a1 /system/lib/libart.so (art::ClassLinker::FindClass(art::Thread*, char const*, art::Handle<art::mirror::ClassLoader>)+28)

 

#05 pc 000000000027b2a5 /system/lib/libart.so (art::JNI::FindClass(_JNIEnv*, char const*)+1300)

 

#06 pc 00000000000314cc /data/app/com.xxxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#07 pc 0000000000078b94 /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#08 pc 0000000000130aec /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#09 pc 000000000002c164 /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so

 

#10 pc 000000000002e808 /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/lib/arm/libcorona.so (Java_com_ansca_corona_JavaToNativeShim_nativePause+24)

 

#11 pc 000000000002307f /data/app/com.xxxxxx.xxx-CMOiEdgJIE9Yn_FXmEGvJw==/oat/arm/base.odex

It’s OK. It just native ANRs doesn’t make sense without proper version. I can not say what, for example, “0000000000031450” means without knowing exactly what binary was used.