
Logging and Beyond: A Practical Approach to Firebase Crashlytics and Timber in Android App Development
Firebase Crashlytics is a real-time crash reporting tool by Google that is also integrated with Google Analytics. This tool helps you track and fix stability issues. When added to your Android project, it maps information for the app’s build by default. Developers can also log custom events and keys, providing additional context about the crash. To complement this additional context we introduce a logging library called Timber.




