Relative Content

Tag Archive for androidfirebasekotlincrashlytics

Firebase Crashlytics not logging exception

I’ve enabled Crashlytics in my app and have successfully triggered a test crash using this
(throw RuntimeException(“Test Crash from MainActivity”)). I was experimenting with crashlytics in different scenarios and can’t get it to trigger an event in the Crashlytics console. In the following code I set the firebase document ID to “” to trigger an exception. In debug I can see the line for Firebase.Crashlytics.getInstance().recordException(e) is being executed.