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.
JsonException
1 parent c8aa039 commit e3bb95fCopy full SHA for e3bb95f
android/src/main/java/com/instabug/reactlibrary/utils/ReportUtil.java
@@ -70,7 +70,7 @@ public static WritableArray parseConsoleLogs(ArrayList<a> consoleLogs) {
70
for(int i = 0; i < consoleLogs.size(); i++) {
71
try {
72
writableArray.pushString(consoleLogs.get(i).toJson());
73
- } catch (JSONException e) {
+ } catch (Exception e) {
74
e.printStackTrace();
75
}
76
0 commit comments