We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1547894 commit 193bca1Copy full SHA for 193bca1
AndroidSDKCore/src/main/java/com/leanplum/internal/Log.java
@@ -103,7 +103,7 @@ public static void exception(Throwable throwable) {
103
Request request = RequestBuilder.withLogAction()
104
.andParam(Constants.Params.TYPE, Constants.Values.SDK_LOG)
105
.andParam(Constants.Params.VERSION_NAME, versionName)
106
- .andParam(Constants.Params.MESSAGE, writer.toString())
+ .andParam(Constants.Params.MESSAGE, stringWriter.toString())
107
.create();
108
RequestSender.getInstance().send(request);
109
} catch (Throwable t2) {
0 commit comments