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
ERROR c.e.w.c.p.e.PrettyPrintProcessor - Error during pretty printing of message with Wilma Logger ID: resp20150924070122.0004! Reason:com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 14
So add JsonReader.setLenient(true) to handle malformed JSON messages too.