From 30b8ab67a8a48336aadcc370999c349b507a78a6 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Tue, 2 Apr 2013 10:47:43 -0700 Subject: [PATCH] Log exceptions getting client version JSON --- .../com/todoroo/astrid/actfm/sync/ActFmSyncThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncThread.java b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncThread.java index 48e456f94..86ed213b2 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncThread.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncThread.java @@ -440,7 +440,7 @@ public class ActFmSyncThread { message.put("versionCode", pi.versionCode); clientVersion = message; } catch (Exception e) { - // + Log.e(ERROR_TAG, "Error getting client version", e); } } return clientVersion;