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:
Jason Monk
2016-01-30 11:36:52 -05:00
parent 7368750b4f
commit dc252eb7b1
3 changed files with 138 additions and 3 deletions

View File

@@ -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];