Hi what is the the standard method new to Android 2.2 and an ad hoc method for older OS versions, for sending crash report.
Asked
Active
Viewed 9,074 times
3 Answers
11
I've been using Crittercism for crash reporting - they do some cool analytics for you and you don't need to setup your own server.

AznDroid
- 121
- 1
- 3
7
If you'd like to get the crash reports ACRA can be a good solution.ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form.Also Check this post Android Production Logging Best Practice .
-
1You could also try bugsense.com which can give you some extra details and visual reports – PanosJee Jul 08 '11 at 06:59
1
I am using Zubhium for crash reporting, have a look. Does lot more than plain stack traces.

kodeshpa
- 549
- 5
- 14