Revert "Silence IDLE exceptions"

This reverts commit 3b81917853.
pull/149/head
M66B 7 years ago
parent f746509b7b
commit ff5982cfa3

@ -1167,7 +1167,9 @@ public class ServiceSynchronize extends LifecycleService {
((IMAPFolder) ifolder).idle(false); ((IMAPFolder) ifolder).idle(false);
} }
} catch (Throwable ex) { } catch (Throwable ex) {
Log.w(folder.name, ex); Log.e(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