DEV Community

Cover image for Collect useful logs in production using Crashlytics, File logging and Timber
Raksha for Canopas Software

Posted on • Updated on

Collect useful logs in production using Crashlytics, File logging and Timber

Learn how to collect useful logs in production using Crashlytics, File logging and Timber in android project?

In this post, you will learn how to use the Firebase Crashlytics tree and File logging tree to track bugs and errors as soon as possible.

Firebase Crashlytics is a real-time crash reporting tool. It helps in automatically collecting, analyzing, and arranging crash reports. It also helps us identify which issues are most important so that we can fix them in priority.

File logging is basically the concept of adding a log file while any user reports any kind of crash or error.

Here’s what you will learn Today.

  • Collect logs using the Firebase Crashlytics tree
  • Collect logs using a File logging tree

For detailed implementation, visit our blog.

Top comments (0)