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

Commit c5de9782 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Combine CpuTimePerUidFreq uids using base uids"

parents e0ac9eb5 0ebd7a71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1532,8 +1532,8 @@ public class StatsPullAtomService extends SystemService {
                // All shared app gids are accounted together.
                uid = LAST_SHARED_APPLICATION_GID;
                mutateInPlace = true;
            } else if (UserHandle.isApp(uid)) {
                // Apps are accounted under their app id.
            } else {
                // Everything else is accounted under their base uid.
                uid = UserHandle.getAppId(uid);
            }