mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Added error logging
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user