Tag: Crashlytics

Add Firebase Crashlytics in android java

Insert Firebase Crashlytics in app build.gradle to get plugin plugins { id 'com.android.application' id 'com.google.firebase.crashlytics' id 'com.google.gms.google-services' } dependencies { implementation 'com.google.firebase:firebase-cras...

Enhanced Crashlytics Investigation for your Android App

In more than 10 years as an Android engineer, I’ve seen a ton of crashes that were impossible to reproduce or things that are behaving in a non-sense when reading stack traces. Most of the time, I’ve left things as-is, considering it was something beyond my power. I’m pretty sur...