Added logging

This commit is contained in:
M66B
2021-09-15 07:15:51 +02:00
parent 7c4f6b5803
commit 8c7bbd77e1
3 changed files with 21 additions and 2 deletions

View File

@@ -460,7 +460,8 @@ public class EntityOperation {
break;
}
db.operation().deleteOperation(fid, SYNC);
int count = db.operation().deleteOperation(fid, SYNC);
Log.i("Deleted stale sync=" + count);
sync(context, fid, false, force);
}