On Wed, Aug 10, 2011 at 2:26 PM, bob <[email protected]> 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 permission when there is none causes the app to crash (as it should). Cheers -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

