Skip to content
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

Bug: Error handling #89

Open
JoniBife opened this issue Jul 30, 2020 · 0 comments
Open

Bug: Error handling #89

JoniBife opened this issue Jul 30, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@JoniBife
Copy link
Contributor

In some phones such as the Xiaomi Redmi Note 7, some throwables are being caught twice. We haven't managed to figure out its origin yet, but we think it has something to do with a coroutine pre-handle thats registered by the android framework as mencioned here: https://kotlinlang.org/docs/reference/coroutines/exception-handling.html

The current solution is to verify if it really is the same exception, and if thats the case then we log and register to crashlitycs but do not call the exception handler.

@JoniBife JoniBife added the bug Something isn't working label Jul 30, 2020
@JoniBife JoniBife changed the title bug: Error handling Bug: Error handling Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant