自己测试的时候没发现有什么问题,放到googleplay上一段时间之后,谷歌后台报了很多以下的ANR信息,还有报错的机型,希望指点一下。cocos2d-x的版本是3.7.1
“main” prio=5 tid=1 Waiting
| group=“main” sCount=1 dsCount=0 obj=0x74661268 self=0xf1a04400
| sysTid=17478 nice=-10 cgrp=default sched=0/0 handle=0xf46b4534
| state=S schedstat=( 3374132237 1720213543 5548 ) utm=237 stm=100 core=1 HZ=100
| stack=0xff490000-0xff492000 stackSize=8MB
| held mutexes=
at java.lang.Object.wait! (Native method)
- waiting on <0x0b235078> (a android.opengl.GLSurfaceView$GLThreadManager)
at android.opengl.GLSurfaceView$GLThread.onPause (GLSurfaceView.java:1704) - locked <0x0b235078> (a android.opengl.GLSurfaceView$GLThreadManager)
at android.opengl.GLSurfaceView.onPause (GLSurfaceView.java:567)
at org.cocos2dx.lib.Cocos2dxGLSurfaceView.onPause (Cocos2dxGLSurfaceView.java:179)
at org.cocos2dx.lib.Cocos2dxActivity.onPause (Cocos2dxActivity.java:265)
at fairway.magiplay.klondike.freecell.golf.solitaire.tournament.AppActivity.onPause (AppActivity.java:555)
at android.app.Activity.performPause (Activity.java:6899)
at android.app.Instrumentation.callActivityOnPause (Instrumentation.java:1323)
at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:3760)
at android.app.ActivityThread.performPauseActivity (ActivityThread.java:3737)
at android.app.ActivityThread.performPauseActivity (ActivityThread.java:3711)
at android.app.ActivityThread.handlePauseActivity (ActivityThread.java:3685)
at android.app.ActivityThread.-wrap16 (ActivityThread.java)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1489)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:159)
at android.app.ActivityThread.main (ActivityThread.java:6139)
at java.lang.reflect.Method.invoke! (Native method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:776)
