More detailed logs

This commit is contained in:
Christian Pauly 2019-07-03 11:09:45 +02:00
parent 1abd073e43
commit 4a73d3131d

View file

@ -134,7 +134,8 @@ class Event {
try { try {
content = json.decode(jsonObj["content_json"]); content = json.decode(jsonObj["content_json"]);
} catch (e) { } catch (e) {
print("jsonObj decode of event content '${jsonObj["content_json"]}' failed: ${e.toString()}"); print(
"jsonObj decode of event content '$jsonObj' failed: ${e.toString()}");
content = {}; content = {};
} }