Wednesday, June 7, 2017

Re: Any issues running in detailed (or pretty) style in production?

Hi

They're getting an unresponsive script error, and the browser will tell them where it is, but the code is obfuscated.

It is not an issue if you have obfuscated stack trace. There is a file (produces during build) with all names mapping to java methods. You can de-obfuscate it manually. Just get crash (or exception) stack screenshot from them.

 
 I'm out of ideas for trying to reproduce, but I was thinking if I compiled the code as detailed (or pretty, what's the difference?),

I recommend you pretty if you go this ways. It is easy readable and not so huge (as detailed).

Another recommendation - ask them to run TeamViewerQuickSupport and ask them to call you when the problem happens so that you can examine the stack trace (or even debug, the classes still have correct class type information with names). (in this.proto._class_)

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment