mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Reduce logging
This commit is contained in:
@@ -1155,7 +1155,10 @@ class Core {
|
||||
onFetch(context, fargs, target, istore, itarget, state);
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
if (ex instanceof IllegalArgumentException)
|
||||
Log.i(ex);
|
||||
else
|
||||
Log.e(ex);
|
||||
if (fetch)
|
||||
sync = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user