简体   繁体   English

生产版本中发生 RemoteServiceException

[英]RemoteServiceException occurred in production release

I have an app on Google's Play Store and recently I have updated the app.我在 Google 的 Play 商店上有一个应用程序,最近我更新了该应用程序。 When I tested it all was fine, but some devices API 28 and above are showing this crash in Android vitals.当我测试时一切正常,但某些设备 API 28 及更高版本在 Android Vitals 中显示此崩溃。 I have searched Stack Overflow and didn't find one is related to my case.我搜索了 Stack Overflow,但没有找到与我的案例相关的。

I tried to check the entire code base and couldn't figure it out.我试图检查整个代码库,但无法弄清楚。

Google doesn't provide much info but Android Vital shows this.谷歌没有提供太多信息,但 Android Vital 显示了这一点。

android.app.RemoteServiceException: 
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2141)
  at android.os.Handler.dispatchMessage (Handler.java:107)
  at android.os.Looper.loop (Looper.java:237)
  at android.app.ActivityThread.main (ActivityThread.java:8019)
  at java.lang.reflect.Method.invoke (Method.java)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)

Thanks in advance.提前致谢。

I configured the ProGuard rule to expose some model classes and it went well.我配置了 ProGuard 规则来公开一些模型类,并且运行良好。 I'm not seeing any issues so far.到目前为止,我没有看到任何问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM