mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Reduce logging
This commit is contained in:
@@ -819,12 +819,13 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
try {
|
||||
wlAccount.acquire();
|
||||
String type = (e.getMessageType() == StoreEvent.ALERT ? "alert" : "notice");
|
||||
EntityLog.log(ServiceSynchronize.this, account.name + " " + type + ": " + e.getMessage());
|
||||
if (e.getMessageType() == StoreEvent.ALERT) {
|
||||
EntityLog.log(ServiceSynchronize.this, account.name + " " + type + ": " + e.getMessage());
|
||||
db.account().setAccountError(account.id, e.getMessage());
|
||||
reportError(account, null, new AlertException(e.getMessage()));
|
||||
state.error();
|
||||
}
|
||||
} else
|
||||
Log.i(Helper.TAG, account.name + " " + type + ": " + e.getMessage());
|
||||
} finally {
|
||||
wlAccount.release();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user