How do I obtain crash-data from my Android application?

You might try the ACRA (Application Crash Report for Android) library:

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.

It’s easy to install in your app, highly configurable and don’t require you to host a server script anywhere… reports are sent to a Google Doc spreadsheet !

Leave a Comment