|
|
@ -1947,7 +1947,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|
|
|
folder.name + " process " + Log.formatThrowable(ex, false));
|
|
|
|
folder.name + " process " + Log.formatThrowable(ex, false));
|
|
|
|
db.folder().setFolderError(folder.id, Log.formatThrowable(ex));
|
|
|
|
db.folder().setFolderError(folder.id, Log.formatThrowable(ex));
|
|
|
|
if (!(ex instanceof FolderNotFoundException))
|
|
|
|
if (!(ex instanceof FolderNotFoundException))
|
|
|
|
state.error(new OperationCanceledException("Process"));
|
|
|
|
state.error(new Core.OperationCanceledExceptionEx("Process", ex));
|
|
|
|
} finally {
|
|
|
|
} finally {
|
|
|
|
if (shouldClose) {
|
|
|
|
if (shouldClose) {
|
|
|
|
if (ifolder != null && ifolder.isOpen()) {
|
|
|
|
if (ifolder != null && ifolder.isOpen()) {
|
|
|
|