Log exceptions getting client version JSON

pull/14/head
Sam Bosley 11 years ago
parent 75c97450a1
commit 30b8ab67a8

@ -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;

Loading…
Cancel
Save