Metrics more of the things
Add a dump for some of the state of the device. Bug: 26687707 Change-Id: Icf517912b3006cc84c26863eb1b93d586a55464a
This commit is contained in:
@@ -356,9 +356,9 @@ public class ProcStatsData {
|
||||
}
|
||||
|
||||
public static class MemInfo {
|
||||
double realUsedRam;
|
||||
double realFreeRam;
|
||||
double realTotalRam;
|
||||
public double realUsedRam;
|
||||
public double realFreeRam;
|
||||
public double realTotalRam;
|
||||
long baseCacheRam;
|
||||
|
||||
double[] mMemStateWeights = new double[ProcessStats.STATE_COUNT];
|
||||
|
Reference in New Issue
Block a user