Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slightfoot/android-crash-reporting
- Owner: slightfoot
- License: mit
- Created: 2013-07-08T00:11:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T11:13:25.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T12:11:04.954Z (7 months ago)
- Language: Java
- Size: 447 KB
- Stars: 42
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Crash Reporting
by Simon LightfootExample 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.0This 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 logIt 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.__