目前在Google play上架,统计到大概10%的闪退率, 奇怪的是我们自己测试没有问题, 涉及的设备有各种个样, 系统版本7.0-8.0都有, 请问这种情况应该怎么追踪? 谢谢!
如下是play后台提供的stacktrace:
> Report 1
> java.lang.RuntimeException:
> at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:4670)
> at android.app.ActivityThread.handleDestroyActivity (ActivityThread.java:4697)
> at android.app.ActivityThread.-wrap7 (ActivityThread.java)
> at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1720)
> at android.os.Handler.dispatchMessage (Handler.java:102)
> at android.os.Looper.loop (Looper.java:154)
> at android.app.ActivityThread.main (ActivityThread.java:6816)
> at java.lang.reflect.Method.invoke (Native Method)
> at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1563)
> at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1451)
> Caused by: java.lang.IllegalArgumentException:
> at android.app.LoadedApk.forgetReceiverDispatcher (LoadedApk.java:1054)
> at android.app.ContextImpl.unregisterReceiver (ContextImpl.java:1376)
> at android.content.ContextWrapper.unregisterReceiver (ContextWrapper.java:668)
> at org.cocos2dx.lib.Cocos2dxHelper.unregisterBatteryLevelReceiver (Cocos2dxHelper.java:125)
> at org.cocos2dx.lib.Cocos2dxActivity.onDestroy (Cocos2dxActivity.java:377)
> at org.cocos2dx.javascript.AppActivity.onDestroy (AppActivity.java:335)
> at android.app.Activity.performDestroy (Activity.java:7255)
> at android.app.Instrumentation.callActivityOnDestroy (Instrumentation.java:1161)
> at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:4657)