Merge "Fix missing setAtomId"

This commit is contained in:
TreeHugger Robot
2020-01-30 06:58:10 +00:00
committed by Android (Google) Code Review

View File

@@ -1901,6 +1901,7 @@ public class StatsPullAtomService extends SystemService {
pulledData.add(e);
e = StatsEvent.newBuilder()
.setAtomId(atomTag)
.writeInt(FrameworkStatsLog.CATEGORY_SIZE__CATEGORY__SYSTEM)
.writeLong(json.optLong(
DiskStatsFileLogger.SYSTEM_KEY, /* fallback */ -1L))