You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
Deobfuscate client log from GWT
2
2
3
+
GWT Client Client Log can be obfuscated when building app for production. It can be difficult if a customer send you an error in your app to understand it easily and quickly with that.
4
+
5
+
This app allow to de-obfuscate text file of client stacktrace from the war file or the symbol map which throw this exception.
6
+
7
+
It can be done with the CLI which can take parameters as below and with a GUI interface.
0 commit comments