android-vitals

Google Play crash logs not symbolicated with Android App Bundle

北战南征 提交于 2019-12-10 04:35:53
问题 We have recently updated our apps to use Android App Bundles (aab) and to also include arm64 native libs. Since doing so, our crash logs in native code in the 'Google Play Console'->'Android Vitals'->'ANRs & Crashes' are not symbolicating correctly (java callstacks symbolicate fine). A snippet from a typical callstack looks like this: #21 pc 000000000015addc /data/app/com.mycompany.mygame-2/split_config.arm64_v8a.apk #22 pc 0000000000293768 /data/app/com.mycompany.mygame-2/split_config.arm64

RemoteServiceException Error

坚强是说给别人听的谎言 提交于 2019-12-04 11:57:53
问题 I have a lot of abnormal arrests, but I not understand how this is possible, because don't understand the origin of the problem. This is the log of abnormal arrest: android.app.RemoteServiceException: android.app.ActivityThread$H.handleMessage (ActivityThread.java:1881) at android.os.Handler.dispatchMessage (Handler.java:105) android.os.Looper.loop (Looper.java:164) android.app.ActivityThread.main (ActivityThread.java:6938) java.lang.reflect.Method.invoke (Native Method) com.android.internal

RemoteServiceException Error

允我心安 提交于 2019-12-03 08:40:49
I have a lot of abnormal arrests, but I not understand how this is possible, because don't understand the origin of the problem. This is the log of abnormal arrest: android.app.RemoteServiceException: android.app.ActivityThread$H.handleMessage (ActivityThread.java:1881) at android.os.Handler.dispatchMessage (Handler.java:105) android.os.Looper.loop (Looper.java:164) android.app.ActivityThread.main (ActivityThread.java:6938) java.lang.reflect.Method.invoke (Native Method) com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:327) at com.android.internal.os.ZygoteInit.main