Skip to content

[BUG]: We don't crash on some unhandled exceptions #19628

Description

@david-allison

BackendNetworkException does not cause a crash if unhandled due to:

if (shouldDiscardThrowable(throwable)) {
Timber.i("discarding throwable")
return@FilteringExceptionHandler
}
originalUncaughtExceptionHandler?.uncaughtException(thread, throwable)

Originally posted by @david-allison in #19627


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Fields

    Priority

    None yet

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions