On Nov 17, 9:17 am, westmeadboy <[email protected]> wrote:
> When is a safe time to set the default UncaughtExceptionHandler?

It will be set by the Android app framework before your application
starts.

> In the implementation I assume its important to call through to
> whatever the system default is?

Yes, unless you want to completely replace what it does (chiefly,
write the exception to the log file and then make the VM halt).

-- 
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

Reply via email to