Skip to content

Commit 3f1af0f

Browse files
fpanizzaBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:feature/android/AddDictionary' into beta
1 parent cafe89d commit 3f1af0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/src/main/java/com/genexus/util/GXHashMap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public String toJson() {
6060
return gson.toJson(this);
6161
}
6262
catch (Exception e) {
63-
AndroidLog.error("Could not obtain json form Dictionary", e);
63+
AndroidLog.error("Could not obtain json form Dictionary "+ e.getMessage());
6464
return "";
6565
}
6666
}
@@ -87,7 +87,7 @@ public void fromJson(String json, Class<?> keyClass, Class<?> valueClass) {
8787
}
8888
}
8989
catch (Exception e) {
90-
AndroidLog.error("Could not set Dictionary from json", e);
90+
AndroidLog.error("Could not set Dictionary from json " + e.getMessage());
9191
}
9292
}
9393

0 commit comments

Comments
 (0)