Fatal exceptions are shown in Firebase
dashboard. But non-fatal exceptions are not shown in Firebase crashlytics
and Firebase crash reporting
. I restarted app several times after non-fatal crash, but still there's no crash in Firebase dashboard
.
dependencies are:-
implementation('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') {
transitive = true
}
implementation 'com.google.firebase:firebase-core:11.8.0'
implementation 'com.google.firebase:firebase-messaging:11.8.0'
Below is the code to for non-fatal exception.
try {
throw new IndexOutOfBoundsException("Fake IndexOutOfBoundsException");
} catch (Exception e) {
Crashlytics.logException(e);
}
For some reason the date was not set correctly. The date was set till yesterday's date.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With