Prevent crash

pull/155/head
M66B 7 years ago
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…
Cancel
Save