Added error logging

pull/209/head
M66B 2 years ago
parent 7cc996ae58
commit b81dda2b7f

@ -158,6 +158,7 @@ public class GmailState {
long acquired = jobject.getLong("acquired");
return new GmailState(token, acquired);
} catch (JSONException ex) {
Log.e(ex);
return new GmailState(password, new Date().getTime());
}
}

Loading…
Cancel
Save