Cleanup failed operations

pull/174/head
M66B 5 years ago
parent 541a904cf5
commit 2cfc34eaf0

@ -493,6 +493,9 @@ class Core {
}
}
for (TupleOperationEx op : ops)
op.cleanup(context);
if (ops.size() > 0 && state.isRunning() && state.isRecoverable())
Log.e("Operations failed=" + ops.size());

Loading…
Cancel
Save