I have an app where I use ACRA for error reporting.
I recently decided to send a caught exception with ErrorReporter, and it works, albeit without any kind of stack trace. All I get is the usual system dump info, and I really need the stack traces from my users.
So, my question is, how do I have the app send the full details?
(Note: When the app actually crashes completely, the error report sent by ACRA does include the stack trace.)
Here's a screenshot: screenshot
EDIT
I kept looking deeper in the reports, and as it turns out, ACRA's just reporting the stack trace to another column that's never really been used before: tags. So, perhaps just a bug or something in ACRA.