Added free memory to breadcrumbs

This commit is contained in:
M66B
2022-05-02 10:44:42 +02:00
parent 0deeaa29ec
commit 0f3b46a731
8 changed files with 4 additions and 11 deletions

View File

@@ -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);
}