On Thu, May 12, 2011 at 10:05 AM, Edmund <[email protected]> wrote: > Hi, > > I was wondering how to suppress the dialog box that happens when an > application crashes or has an exception.
Set your own uncaught exception handler, and log, post to web, etc. the exception. You might want to check ACRA. -- 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

