android-crash-reporting
android-crash-reporting copied to clipboard
Android Crash Reporting
Android Crash Reporting
by Simon Lightfoot
Example of how you can roll-your-own custom crash reporting for your app.
You can download the sample APK from here: https://github.com/slightfoot/android-crash-reporting/releases/v1.0
This quick example will capture the following information:
- Basic application details
- Stack-trace and reason for crash
- Screenshot of your app when the crash happened (no special permissions required!)
- Android event log
- Android system log
It could easily be expanded to log more. If requested I might improve this or even make this into a new .aar android library.
NOTE: It does not generate crash reports when you are debugging your app.