mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 09:16:00 +00:00
Small fix
This commit is contained in:
parent
46a27b1217
commit
4c580a1478
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ public class DebugHelper {
|
|||
ActivityManager am = Helper.getSystemService(context, ActivityManager.class);
|
||||
ActivityManager.MemoryInfo mi = new ActivityManager.MemoryInfo();
|
||||
am.getMemoryInfo(mi);
|
||||
sb.append(String.format("Memory class: %d/%d Large: %s MB Total: %s Low: %b\r\n",
|
||||
sb.append(String.format("Memory class: %d/%d MB Large: %s Total: %s Low: %b\r\n",
|
||||
am.getMemoryClass(), am.getLargeMemoryClass(),
|
||||
largeHeap == null ? "?" : Boolean.toString(largeHeap),
|
||||
Helper.humanReadableByteCount(mi.totalMem),
|
||||
|
|
Loading…
Reference in a new issue