question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

android.app.RemoteServiceException crash reports on Play Store

See original GitHub issue

This 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:closed
  • Created 5 years ago
  • Comments:21 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
ashishkumar468commented, Sep 7, 2018

@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.

1reaction
misaochancommented, Sep 6, 2018

OK, I’ll set Traceur to only work in debug perhaps? And then we can reenable later or switch to another one?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found