mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-09 17:48:45 +00:00
fix
This commit is contained in:
parent
d1fecdd712
commit
85421adcf1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class PerformanceMonitor {
|
||||||
ActivityManager.MemoryInfo info = new ActivityManager.MemoryInfo();
|
ActivityManager.MemoryInfo info = new ActivityManager.MemoryInfo();
|
||||||
manager.getMemoryInfo(info);
|
manager.getMemoryInfo(info);
|
||||||
totalMemory = info.totalMem;
|
totalMemory = info.totalMem;
|
||||||
availMemory = info.availMem;
|
availableMemory = info.availMem;
|
||||||
} catch (Exception e) {}
|
} catch (Exception e) {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue