Catch store closed exception

This commit is contained in:
M66B 2019-03-28 07:22:30 +00:00
parent c4ab2d0ed9
commit e5e3e0b76c
1 changed files with 2 additions and 0 deletions

View File

@ -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);