[android-developers] API to submit stack traces to Google Play

2013-06-25 Thread Ted Hopp
When an app crashes due to an uncaught exception, the user can submit a crash report, that shows up in the developer console, showing a stack trace and other useful information. But if the app catches the exception, it doesn't crash and I don't know of a good way of receiving diagnostic

Re: [android-developers] API to submit stack traces to Google Play

2013-06-25 Thread TreKing
On Tue, Jun 25, 2013 at 11:42 AM, Ted Hopp ted.h...@gmail.com wrote: Any suggestions for what to do about these situations? What I do: Use ACRA-style bug reporting functionality to silently send myself bug reports. Currently to a Google Spreadsheet, eventually to a dedicated server.