Sunday 10 September 2017

CrashReporter

While developing features we get crashes and if device is not connected to logcat we miss the crash log. In worst case scenario we might not be able to reproduce the crash and endup wasting effort. This library captures all unhandled crashes and saves them locally on device. I found a problem with other libraries that they capture crashes and then uploads them to server and then crashes are shown in their online Dashboards but sometimes few crashes don't logged to server. That's the purpose of this library use it as a debug feature to capture crashes locally and immediately.



from The Android Arsenal

No comments:

Post a Comment