Pages

September 16, 2011

Collecting android crash reports and avoid ANR

Use Opensouce ACRA framework,
which is the most powerful and robust way to collect crash reports from your app.

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.


More info at http://code.google.com/p/acra/