A Custom Uncaught Exception Handler, which can be used to pinpoint crashes. It will show the stacktrace of the crash, the screens (Activities and Fragments) which lead up to the crash, and the intents and bundle data sent to those screens.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.thelumiereguy:CrashWatcher-Android:1.4'
}