[android-developers] Get log/console output without root access

2015-01-29 Thread drac94
You should take a look at solutions for crash reporting like ACRA, I use it for all my apps and it's very easy to configure and manage http://www.toptal.com/android/automated-android-crash-reports-with-acra-and-cloudant -- You received this message because you are subscribed to the Google

Re: [android-developers] Get log/console output without root access

2015-01-28 Thread Mukesh Srivastav
Hi Stefan, Here it is , if you are talking about Crash/FC that needs to be capture at the class level/function level and the which line it fails,then you need to handle it UncaughtExceptionHandler exception. here is the code for you which needs to be included in the Application class. private

[android-developers] Get log/console output without root access

2015-01-27 Thread Stefan Alder
I need to get logcat output from our app is which appears to be crashing on load for a beta tester. I have not been able to replicate the issue myself. Is there an easy way a beta tester (who is not a developer and doesn't have adb) to capture logcat output? -- You received this message