What is Crashlytics?
- It's a great tool for developers; developer can get a lot of statics from the app... it's free.
- Delivers crash reporting across devices in real-time.
- Performs analysis of every thread on every Android device to identify the most important issues.
How to Setup:
- Register here https://get.fabric.io/
- In Android Studio install the Crashlytics plugin -Android Studio -> Preferences -> Plugins -> "Fabric plugin" Install
- Now you will have the Fabric icon in Android Studio (image one below).
- Now select your app and enable Crashlytics, everything will be setup automatically just follow the instructions provided.
- Done. Build and install your App.
- Go to https://fabric.io/ to see the statistics of your app(image two below).
(image one)
(image two)
References:
http://www.crashlytics.com/blog/its-finally-here-announcing-crashlytics-for-android/
https://fabric.io/kits/android/crashlytics/summary
Great tutorial:
http://www.codedevplus.com/integrating-crashlytics-from-fabric-in-android/
https://fabric.io/kits/android/crashlytics/install
No comments:
Post a Comment