-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rare DeadSystemException when device (AndroidTV) goes to sleep #387
Comments
Hi @stari4ek, Thanks for reporting this. According to the logs, it may be related to Regards, |
|
Error from the last log looks like it's caused by another library, but general problem is probably the same. |
ah. ouch. |
Describe the bug
I'm seeing rare crashes in Crashlytics with callstack:
Most probably device is going to sleep or power off. And there is network notification dispatched while VM is dying.
Expected behavior
It would be nice to catch those errors and route with
onError
Device:
The text was updated successfully, but these errors were encountered: