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

Commit 0b2044a9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix the build failure with enabling DEBUG_PSS"

parents 548170a6 ad5037b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2664,7 +2664,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                    ProcessRecord proc;
                    int procState;
                    int statType;
                    int pid;
                    int pid = -1;
                    long lastPssTime;
                    synchronized (ActivityManagerService.this) {
                        if (mPendingPssProcesses.size() <= 0) {