Catch store closed exception

pull/153/head
M66B 6 years ago
parent c4ab2d0ed9
commit e5e3e0b76c

@ -1006,6 +1006,8 @@ public class ServiceSynchronize extends LifecycleService {
}
Log.i(account.name + " done state=" + state);
} catch (StoreClosedException ex) {
Log.w(ex);
} catch (Throwable ex) {
Log.e(account.name, ex);
Core.reportError(this, account, null, ex);

Loading…
Cancel
Save