0

I use for my Android app Acra as an error reporter. If the application crashes, i show the user a Dialog where he can wirte a comment. If the user clicks on abort i dont get a report message. My question now is: is it possible to send a report if the user clicks on abort?

paco
  • 48
  • 9

1 Answers1

0

No (as far as I'm aware).

You'd be best off using SILENT mode and having the crash report sent always, minus any user report.

straya
  • 5,002
  • 1
  • 28
  • 35