Hey guys! I was wondering if there is a way to set up a global exception handler in my application for unexpected exceptions. Basically, I'd like to catch anything that bubbles outside of a try block and gracefully present an error message to the user. (NPE, Runtime, etc) Can I wrap the onCreate of my application or something like that? Register a global handler in my Manifest file?
I'm trying to find a way to do it but I'm not having much luck. Thanks! Evan -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

