Re: [android-developers] crashes

2011-08-11 Thread James McLean
On Wed, Aug 10, 2011 at 2:26 PM, bob wrote: > What if my app crashes when it's not in debug mode?  Is there a way to > see what went wrong? Use LogCat console to see any thrown exceptions, also make sure you have the required permissions configured - trying to access something that requires permi

Re: [android-developers] crashes

2011-08-09 Thread Nikolay Elenkov
On Wed, Aug 10, 2011 at 1:56 PM, bob wrote: > What if my app crashes when it's not in debug mode?  Is there a way to > see what went wrong? > If you are testing locally: logcat. For 'live' errors you need something like ACRA or the Android Market error reporting (less useful). Or, if you can get