Current Status | |
---|---|
Build | |
Bintray | |
Maven Central | |
Android Versions | |
License | |
Donations |
Please take 5 Minutes to fill out our User survey!
ACRA is a library enabling Android applications to automatically post their crash reports to a report server. It is targeted to android applications developers to help them get data from their applications when they crash or behave erroneously.
ACRA is used in 1.87% (See AppBrain/stats) of all apps on Google Play as of Feb 2019. That's over 48K apps using ACRA.
See BasicSetup for a step-by-step installation and usage guide.
A crash reporting feature for android apps is native since Android 2.2 (FroYo) but only available through the official Android Market (and with limited data). ACRA is a great help for Android developers :
- developer configurable user interaction: silent reports, Toast notification, status bar notification or dialog
- usable with ALL versions of Android supported by the official support libraries.
- more detailed crash reports about the device running the app than what is displayed in the Android Market developer console error reports
- you can add your own variables content or debug traces to the reports
- you can send error reports even if the application doesn't crash
- works for any application even if not delivered through Google PLay => great for devices/regions where the Google Play is not available, beta releases or for enterprise private apps
- if there is no network coverage, reports are kept and sent on a later application restart
- can be used with your own self-hosted report receiver script
ACRA's notification systems are clean. If a crash occurs, your application does not add user notifications over existing system's crash notifications or reporting features. By default, the "force close" dialog is not displayed anymore, to enable it set alsoReportToAndroidFramework
to true
.
The user is notified of an error only once, and you might enhance the perceived quality of your application by defining your own texts in the notifications/dialogs.
Please do not hesitate to open defects/enhancements requests in the issue tracker.
For the latest version and a complete changelog, please see the Release page.
For migrating from 4.x, please see our Migration guide in the Wiki.
Acralyzer is the official backend for report storage and analysis. It runs on CouchDB, for which free hosting solutions exist. It is feature complete, but currently unmaintained. Anybody picking this project up is very welcome.
Acrarium is the recommended alternative, if you do not want to rely on an unmaintained project. Acrarium is in active development and has not reached stable phase yet.
A lot of other solutions have been provided by the community, just check which one you like most.