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

Commit 885c9e7a authored by Xiong Li's avatar Xiong Li Committed by android-build-merger
Browse files

Merge "Fix the build failure with enabling DEBUG_PSS" am: 0b2044a9 am: 97b59035

am: 7e7fa307

Change-Id: I602b04f5ed75803df6c626de368463dc3f23d784
parents bc426731 7e7fa307
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1861,7 +1861,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) {