mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Reduced logging
This commit is contained in:
parent
dc22f08f72
commit
b79512a750
1 changed files with 4 additions and 1 deletions
|
@ -2022,6 +2022,9 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
|
if (ex instanceof OperationCanceledException)
|
||||||
|
Log.i(folder.name, ex);
|
||||||
|
else
|
||||||
Log.e(folder.name, ex);
|
Log.e(folder.name, ex);
|
||||||
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Account, folder,
|
EntityLog.log(ServiceSynchronize.this, EntityLog.Type.Account, folder,
|
||||||
account.name + "/" + folder.name + " process " + Log.formatThrowable(ex, false));
|
account.name + "/" + folder.name + " process " + Log.formatThrowable(ex, false));
|
||||||
|
|
Loading…
Reference in a new issue