I have the same question about how I can get complete stack trace for exceptions logged in server log with RemoteLogger. For example for NullPoiterException it currently only logs:
com.google.gwt.core.client.JavaScriptException: (TypeError): 'null' is null or not an object number: -2146823281 description: 'null' is null or not an object Thanks, cmr On Aug 25, 6:31 pm, "Fred Sauer" <[EMAIL PROTECTED]> wrote: > Rafal, > > Try some of these buttons in Opera to get a stack trace: > > JSNI with try/catch > JSNI without try/catch > static (class) initialization failure > > Fred Sauer > [EMAIL PROTECTED] > > On Mon, Aug 25, 2008 at 9:41 AM, Rafal <[EMAIL PROTECTED]> wrote: > > > Hello Fred, > > this one I am getting too. > > What I would like to get a stack trace for a regular Java exception > > though. In case of your demo it would be when I click the > > NullPointerException button. But then there is no stack trace there. > > It could be that the GWT strips this data away and you cannot do > > anything about it. Is this the case? > > > Best regards > > Rafal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-log" 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/gwt-log?hl=en -~----------~----~----~----~------~----~------~--~---
