Merge "Metrics more of the things"

This commit is contained in:
Jason Monk
2016-02-01 16:39:35 +00:00
committed by Android (Google) Code Review
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];