Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dd1dc99 authored by Tej Singh's avatar Tej Singh
Browse files

Fix missing setAtomId

Test: adb shell cmd stats print-source 10028
Change-Id: I941af775f9f8e7b4050ef9bf639e0b6d3beb79e1
parent c2411e97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))