7

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.

Bytecode
  • 6,551
  • 16
  • 54
  • 101
  • Here's similar earlier question: http://stackoverflow.com/questions/3378550/android-crash-reporting-library-pre-froyo Mentioned are android-remote-stacktrace, acra, Android-Error-Reporter – Pēteris Caune Jan 12 '11 at 15:16

3 Answers3

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 .

Community
  • 1
  • 1
100rabh
  • 6,156
  • 5
  • 27
  • 41
1

I am using Zubhium for crash reporting, have a look. Does lot more than plain stack traces.

kodeshpa
  • 549
  • 5
  • 14