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

Commit 7e7fa307 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

Change-Id: I0b36a9dd8c3d12ea645c213104a2a6808b84a9be
parents 19bd4dac 97b59035
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) {