英文:
android.app.RemoteServiceException android.app.ActivityThread$H.handleMessage getting this error in Playconsole
问题
App在Play控制台中显示此错误,并且报告了许多崩溃,但没有显示出出现错误的具体位置。我无法复现这个问题。
android.app.RemoteServiceException:
在 android.app.ActivityThread$H.handleMessage (ActivityThread.java:1785)
在 android.os.Handler.dispatchMessage (Handler.java:106)
在 android.os.Looper.loop (Looper.java:205)
在 android.app.ActivityThread.main (ActivityThread.java:6991)
在 java.lang.reflect.Method.invoke (Native Method)
在 com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
在 com.android.internal.os.ZygoteInit.main (ZygoteInit.java:884)
英文:
App is showing this error in playconsole and it is reporting many crashes without showing at which point it is happening.I am not able to replicate it.
android.app.RemoteServiceException:
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1785)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:205)
at android.app.ActivityThread.main (ActivityThread.java:6991)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:884)
答案1
得分: 0
这个问题是由于一些设备上的软件错误引起的。因此,无法通过应用程序代码来解决。唯一现实的解决方案是在开发者控制台的“崩溃和ANR”部分查找问题设备。然后转到相同的开发者控制台上的设备管理器,并排除那些设备。我注意到华为HUAWEI Y5引起了许多这些崩溃。
英文:
This problem is caused by bugs in the software on some devices. So it can not be solved in the app code. The only realistic solution is to go crashes and ANR on the play developer console and find the problem devices. Then go to device manager on the same developer console and exclude those devices. I have seen that Huawei HUAWEI Y5 causes a lot of these crashes.
专注分享java语言的经验与见解,让所有开发者获益!
评论