You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: