Silence IDLE exceptions

This commit is contained in:
M66B 2019-02-20 08:18:01 +00:00
parent d0ea5971c8
commit 3b81917853
1 changed files with 1 additions and 3 deletions

View File

@ -1167,9 +1167,7 @@ public class ServiceSynchronize extends LifecycleService {
((IMAPFolder) ifolder).idle(false);
}
} catch (Throwable ex) {
Log.e(folder.name, ex);
reportError(account, folder, ex);
db.folder().setFolderError(folder.id, Helper.formatThrowable(ex));
Log.w(folder.name, ex);
state.error();
} finally {
Log.i(folder.name + " end idle");