This commit is contained in:
gabriel 2024-02-01 11:27:14 -04:00
parent d1fecdd712
commit 85421adcf1

View file

@ -34,7 +34,7 @@ public class PerformanceMonitor {
ActivityManager.MemoryInfo info = new ActivityManager.MemoryInfo();
manager.getMemoryInfo(info);
totalMemory = info.totalMem;
availMemory = info.availMem;
availableMemory = info.availMem;
} catch (Exception e) {}
}
}