I am doing the deobfuscation offline, but only in FF version 19.0, I simply don't have an obfuscated stack trace to work with. I put a breakpoint in the server's relevant servlet, and see that LogRecord.wrappedClientThrowable.clientStackTrace contains only Unknown.*anonymous *StackTraceElements. In Chrome, with the same scenario, I get stack trace of elements such as Unknown.Lg, Unknown.Kg etc, which can be deobfuscated.
Thanks, Nurit On Fri, Mar 1, 2013 at 10:01 PM, Fred Sauer <[email protected]> wrote: > Have you enabled the RemoteLogger and its servlet? You should see the > client sending log message to the server and the server responding with a > deobfuscated stack trace. > > > On Thu, Feb 28, 2013 at 5:45 AM, nurit guthrie <[email protected]> wrote: > >> On the demo app the stack trace is not obfuscated. The problem only >> happens when the stack trace is obfuscated. >> >> Thanks, >> Nurit >> >> >> On Wednesday, February 27, 2013 8:39:01 PM UTC+2, Fred Sauer wrote: >> >>> Can you try the demo app? gwt-log.appspot.com >>> >>> Click on the buttons under 'Catch some exceptions' >>> >>> >>> On Mon, Feb 25, 2013 at 11:46 PM, nurit guthrie <[email protected]>wrote: >>> >>>> Hi, >>>> >>>> On fire-fox 19.0 the stack trace looks like this: >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> at Unknown.anonymous(Unknown Source) >>>> On firebug, this stack trace is a link, and you can see the obfuscated >>>> stack-trace by clicking it. >>>> This does not help remote logging, which sends only the anonymous stack >>>> trace. >>>> Is this a known problem? >>>> Is there a solution to it? >>>> >>>> Thanks, >>>> Nurit. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "gwt-log" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to gwt-log+u...@**googlegroups.com. >>>> To post to this group, send email to [email protected]. >>>> >>>> Visit this group at >>>> http://groups.google.com/**group/gwt-log?hl=en<http://groups.google.com/group/gwt-log?hl=en> >>>> . >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Fred Sauer >>> [email protected] >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "gwt-log" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/gwt-log?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Fred Sauer > [email protected] > > -- > You received this message because you are subscribed to a topic in the > Google Groups "gwt-log" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/gwt-log/xZknKrIojJ0/unsubscribe?hl=en. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/gwt-log?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "gwt-log" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/gwt-log?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
