>
> I use it like this:
>
> GWT.setUncaughtExceptionHandler(new SuperDevModeUncaughtExceptionHandler
> ());
>
Then just throw an exception somewhere in your app that you do not catch 
yourself. The handler does not fix your java.util.logging.Logger or 
GWT.log() calls.

But as you are using Safari you might not get any benefit of it anyways. In 
that case, as already said, your only chance is to use remote logging and 
use StackTraceDeobfuscator on a server to make the exception readable.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/e0ebec63-bd88-4f12-b9f3-bbb59fbe4763%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to