mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Added free memory to breadcrumbs
This commit is contained in:
@@ -500,7 +500,6 @@ public class EntityOperation {
|
||||
crumb.put("folder", op.account + ":" + op.folder);
|
||||
if (op.message != null)
|
||||
crumb.put("message", Long.toString(op.message));
|
||||
crumb.put("free", Integer.toString(Log.getFreeMemMb()));
|
||||
Log.breadcrumb("queued", crumb);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user