Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slightfoot/android-crash-reporting

Android Crash Reporting
https://github.com/slightfoot/android-crash-reporting

Last synced: about 7 hours ago
JSON representation

Android Crash Reporting

Awesome Lists containing this project

README

        

# 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.__