|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
ACRA v4 IS NOW STABLE!A new version of ACRA is available. Lots of new data are added to reports (did you want some logcat?) and new features like an API to let you implement your own report sender. Please join the discussion on acra-discuss ! The Beta is over, ACRA v4 is now the only supported version. Docs for previous versions are still available in the Wiki but there won't be any bugfix or change in v3.X (and v2.X). I would like to thank every one of you who helped by testing, reporting issues and discussing about the project during these months. Many special thanks go to Isneesh, William, Pierre-Yves and Scott. - Kevin What is ACRA ?ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously. 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 :
ACRA's notification systems are clean. If a crash occurs, your application does not add user notifications over system's crash notifications or reporting features. If you use the Toast or Status bar notification modes, the "force close" dialog is not displayed anymore and devices where the system native reporting feature is enabled do not offer the user to send an additional report. The user is notified of an error only once, and you might add the percieved 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. ACRA v4.X main new featuresYou can read in the ChangeLog that many things have been added since ACRA 3.1. Here is a summary:
And after that?Now that ACRA is stabilized on the device side (there shouldn't be much more data required...), the effort should be placed on crash data analysis and reports management tools for developers. You can look at some contributions that have already been published. Most of them are work in progress, so if you feel like joining the effort, please do!
|