Yes there are hell lot of reports which I don’t understand. This is the screenshot of the ANR reports.
And below is the details of the first cluster(ANR).
If you would like to see I can send you the reports in csv or excel file in PM.
Can you figure it out what’s exactly going wrong?
“main” tid=1 Waiting
“main” prio=5 tid=1 Waiting
| group=“main” sCount=1 dsCount=0 obj=0x75b8c000 self=0xb4827800
| sysTid=22161 nice=-4 cgrp=default sched=0/0 handle=0xb6fa2bec
| state=S schedstat=( 0 0 0 ) utm=3179 stm=1027 core=0 HZ=100
| stack=0xbe67f000-0xbe681000 stackSize=8MB
| held mutexes=
at java.lang.Object.wait! (Native method)
- waiting on <0x0cd95830> (a android.opengl.GLSurfaceView$GLThreadManager)
at android.opengl.GLSurfaceView$GLThread.surfaceDestroyed (GLSurfaceView.java:1636)
- locked <0x0cd95830> (a android.opengl.GLSurfaceView$GLThreadManager)
at android.opengl.GLSurfaceView.surfaceDestroyed (GLSurfaceView.java:541)
at android.view.SurfaceView.updateWindow (SurfaceView.java:594)
at android.view.SurfaceView.onWindowVisibilityChanged (SurfaceView.java:246)
at android.view.View.dispatchWindowVisibilityChanged (View.java:9152)
at android.view.ViewGroup.dispatchWindowVisibilityChanged (ViewGroup.java:1170)
at android.view.ViewGroup.dispatchWindowVisibilityChanged (ViewGroup.java:1170)
at android.view.ViewGroup.dispatchWindowVisibilityChanged (ViewGroup.java:1170)
at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java:1350)
at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java:1093)
at android.view.ViewRootImpl$TraversalRunnable.run (ViewRootImpl.java:6010)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:767)
at android.view.Choreographer.doCallbacks (Choreographer.java:580)
at android.view.Choreographer.doFrame (Choreographer.java:550)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:753)
at android.os.Handler.handleCallback (Handler.java:739)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:135)
at android.app.ActivityThread.main (ActivityThread.java:5912)
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:1405)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1200)