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

@@ -207,7 +207,6 @@ public class FragmentBase extends Fragment {
crumb.put("name", this.getClass().getName());
crumb.put("before", Integer.toString(before));
crumb.put("after", Integer.toString(after));
crumb.put("free", Integer.toString(Log.getFreeMemMb()));
for (String key : outState.keySet()) {
Object value = outState.get(key);
crumb.put(key, value == null ? "" : value.getClass().getName());