I use GWT-PhoneGap on an iPhone5 and Super Dev Mode. SDM works file. I use 
the Safari console for logging. 

It would be great if you could provide an example of how 
StackTraceDeobfuscation worked. I see there is a lack in the documentation.

Michael


Am Montag, 8. Dezember 2014 21:28:56 UTC+1 schrieb Goktug Gokdogan:
>
> The stack traces that are logged as escaped exceptions (with missing 
> causes) and the ones that are logged by Logger (without inheriting 
> c.g.gwt.logging) will be deobfuscated by Chrome dev tools (if haven't 
> already fixed in Dev channel).
> Being said that, I don't understand why you are not seeing pretty names 
> for your methods. Are you not using incremental?
>
> On Mon, Dec 8, 2014 at 10:25 AM, Jens <jens.ne...@gmail.com <javascript:>> 
> wrote:
>
>> 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com 
>> <javascript:>.
>> 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
>>  
>> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/e0ebec63-bd88-4f12-b9f3-bbb59fbe4763%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/6a0c1571-da4a-4ba5-8ff2-77a68c06e517%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to