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 … Read more