3

I am looking for possible ways on how to trap or catch the run time errors of my application. I want to send my apk to my friends for them to test but when the application gets a run time error, I could not get the error message.

Ive already look in the net and I found some code set up but If there is already an available library for this, it would be very helpful.

Thanks guys

chkm8
  • 1,302
  • 1
  • 13
  • 34

1 Answers1

0

I found a helpful library called ACRA(Application Crash Report for Android). https://github.com/ACRA/acra .It will send an email or crash report and its really easy to set up.

Thanks @Giru Bhai for the link

Community
  • 1
  • 1
chkm8
  • 1,302
  • 1
  • 13
  • 34