android.app.RemoteServiceException crash reports on Play Store
See original GitHub issueThis crash has 80 reports on the Play Store, and is our highest crash besides #1876 . Unfortunately, I have no idea what is causing it because the stack trace below is all we have. 😕
android.app.RemoteServiceException:
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1867)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:164)
at android.app.ActivityThread.main (ActivityThread.java:6753)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:482)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:807)
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (17 by maintainers)
Top Results From Across the Web
Getting 'android.app.RemoteServiceException' crash on Play ...
I have been getting the following crash report on Play store console: android.app.RemoteServiceException: at android.app.
Read more >View crashes and application not responding (ANR) errors
Using Play Console, you can view data for crashes and application not responding (ANR) errors for your apps. Data comes from Android devices...
Read more >can't deliver broadcast [245258072] - Visible to Public - Issue ...
In firebase I see crashes only for Android 13 (Only Pixel devices) ... but unfortunately the Play Store console for me on the...
Read more >at android.app.ActivityThread$H.handleMessage ...
NativeStart.main(Native Method) More reports at: https://crash-stats.mozilla.com/report/list?signature=android.app.RemoteServiceException%3A+at+android.app.
Read more >core/java/android/app/RemoteServiceException.java
blob: e220627706f924217f62ce75654dec8d8a90fba2 [file] [log] [blame] ... Exception used by {@link ActivityThread} to crash an app process for an unknown ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@misaochan I will try to reproduce it and if Its related to what I am suspecting, I should be able to, will update if something comes up. Meanwhile, it will be great if someone else can also try to reproduce it in oreo devices.
OK, I’ll set Traceur to only work in debug perhaps? And then we can reenable later or switch to another one?