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

Commit da5d8813 authored by Ioannis Ilkos's avatar Ioannis Ilkos
Browse files

Fix atom tag missing

It seems ag/10100773 missed the tag ID.

Test: atest android.cts.statsd.atom.UidAtomTests#testProcessMemorySnapshot
Change-Id: I843e873f546c687c67d9f07a5d74d8434ac2d2a3
parent 4a8fc13d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1268,6 +1268,7 @@ public class StatsPullAtomService extends SystemService {
                continue;
            }
            StatsEvent e = StatsEvent.newBuilder()
                    .setAtomId(atomTag)
                    .writeInt(managedProcess.uid)
                    .writeString(managedProcess.processName)
                    .writeInt(managedProcess.pid)