mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
362549e8a9
commit
482aec8eb0
|
@ -428,8 +428,6 @@ public class ServiceSynchronize extends LifecycleService {
|
||||||
monitorAccount(account, astate);
|
monitorAccount(account, astate);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
Log.e(account.name, ex);
|
Log.e(account.name, ex);
|
||||||
EntityLog.log(ServiceSynchronize.this, account.name + " " + Helper.formatThrowable(ex));
|
|
||||||
db.account().setAccountError(account.id, Helper.formatThrowable(ex));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, "sync.account." + account.id);
|
}, "sync.account." + account.id);
|
||||||
|
|
Loading…
Reference in New Issue