mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Added free memory to breadcrumbs
This commit is contained in:
@@ -314,7 +314,6 @@ public class ApplicationEx extends Application
|
||||
Log.logMemory(this, "Trim memory level=" + level);
|
||||
Map<String, String> crumb = new HashMap<>();
|
||||
crumb.put("level", Integer.toString(level));
|
||||
crumb.put("free", Integer.toString(Log.getFreeMemMb()));
|
||||
Log.breadcrumb("trim", crumb);
|
||||
super.onTrimMemory(level);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user