Many of my beta testers are non-developers and don’t know how to use Eclipse. Is there an EASY way for non-techies to send me stack traces after a crash?
Is Eclipse the only way to see a stack trace for an Android app?
Thanks,
Barry
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Integrate ACRA into your app. All crashes (unhandled exceptions) will be posted to a Google Spreadsheet (or a web app you provide) and you can get realtime notifications by email. If you add the required permission, it can also collect logcat automatically.
Bugsense does something similar with a much nicer interface, but report
details are somewhat limited.