diff --git a/src/org/lineageos/updater/misc/Utils.java b/src/org/lineageos/updater/misc/Utils.java index 6b15e2d4..c2c8df61 100644 --- a/src/org/lineageos/updater/misc/Utils.java +++ b/src/org/lineageos/updater/misc/Utils.java @@ -136,7 +136,7 @@ public class Utils { Log.d(TAG, "Ignoring incompatible update " + update.getName()); } } catch (JSONException e) { - Log.e(TAG, "Could not parse update object, index=" + i); + Log.e(TAG, "Could not parse update object, index=" + i, e); } }