Prevent crash

This commit is contained in:
M66B 2019-04-17 08:00:35 +02:00
parent 362549e8a9
commit 482aec8eb0
1 changed files with 0 additions and 2 deletions

View File

@ -428,8 +428,6 @@ public class ServiceSynchronize extends LifecycleService {
monitorAccount(account, astate);
} catch (Throwable 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);