Hi, I got this ANR problem on Android.
I testes with unity 5.6.3p4, 2017.4.10f1, 2018.2.9f1. All of them have this issue.
Anyone have this problem too?
Where might I start looking to fix this?
Thanks for any help.
"main" prio=5 tid=1 TimedWaiting
| group="main" sCount=1 dsCount=0 obj=0x768fdef0 self=0xb4e08000
| sysTid=29622 nice=0 cgrp=apps sched=0/0 handle=0xb6fa1ec8
| state=S schedstat=( 33475805459 50664764168 139011 ) utm=2082 stm=1265 core=3 HZ=100
| stack=0xbe307000-0xbe309000 stackSize=8MB
| held mutexes=
at java.lang.Object.wait! (Native method)
- waiting on <0x3e45a4f8> (a java.lang.Object)
at java.lang.Thread.parkFor (Thread.java:1220)
- locked <0x3e45a4f8> (a java.lang.Object)
at sun.misc.Unsafe.park (Unsafe.java:299)
at java.util.concurrent.locks.LockSupport.parkNanos (LockSupport.java:197)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos (AbstractQueuedSynchronizer.java:1014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos (AbstractQueuedSynchronizer.java:1304)
at java.util.concurrent.Semaphore.tryAcquire (Semaphore.java:380)
at com.unity3d.player.UnityPlayer.b (unavailable)
at com.unity3d.player.UnityPlayer.a (unavailable)
at com.unity3d.player.UnityPlayer.a (unavailable)
at com.unity3d.player.UnityPlayer$16.surfaceDestroyed (unavailable)
at android.view.SurfaceView.updateWindow (SurfaceView.java:591)
at android.view.SurfaceView.onWindowVisibilityChanged (SurfaceView.java:246)
at android.view.View.dispatchDetachedFromWindow (View.java:14498)
at android.view.ViewGroup.removeAllViewsInLayout (ViewGroup.java:4679)
at android.view.ViewGroup.removeAllViews (ViewGroup.java:4623)
at com.unity3d.player.UnityPlayer.quit (unavailable)
at com.unity3d.player.UnityPlayerActivity.onDestroy (unavailable)
at android.app.Activity.performDestroy (Activity.java:6524)
at android.app.Instrumentation.callActivityOnDestroy (Instrumentation.java:1154)
at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:4177)
at android.app.ActivityThread.handleDestroyActivity (ActivityThread.java:4217)
at android.app.ActivityThread.access$1500 (ActivityThread.java:177)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1502)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:145)
at android.app.ActivityThread.main (ActivityThread.java:5942)
at java.lang.reflect.Method.invoke! (Native method)
at java.lang.reflect.Method.invoke (Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1400)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1195)