Good afternoon.
We have a problem with ANR on android build. The problem is that ANR rate is higher than the expected for Google Play is ~0.47%, due to which we have received a Bad Behavior status.
Here is the stack trace:
ANR on Android due to GLSurfaceView
We have a problem with ANR on android build. The problem is that ANR rate is higher than the expected for Google Play is ~0.47%, due to which we have received a Bad Behavior status.
Here is the stack trace:
at java.lang.Object.wait (Native method)
at java.lang.Object.wait (Object.java:405)
at java.lang.Object.wait (Object.java:543)
at android.opengl.GLSurfaceView$GLThread.onPause (GLSurfaceView.java:1733)
at android.opengl.GLSurfaceView.onPause...
ANR on Android due to GLSurfaceView