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 d8997a6 commit 4cac68cCopy full SHA for 4cac68c
1 file changed
test-app/app/src/debug/java/com/tns/ErrorReport.java
@@ -169,7 +169,7 @@ static String getErrorMessage(Throwable ex) {
169
ex.printStackTrace(ps);
170
171
try {
172
- content = baos.toString("US-ASCII");
+ content = baos.toString("UTF-8");
173
} catch (UnsupportedEncodingException e) {
174
content = e.getMessage();
175
}
@@ -423,4 +423,4 @@ public void onClick(View v) {
423
return view;
424
425
426
-}
+}
0 commit comments