Silence IDLE exceptions

pull/149/head
M66B 6 years ago
parent d0ea5971c8
commit 3b81917853

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

Loading…
Cancel
Save