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

Commit 97b59035 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

Change-Id: If28f7c90638f104e67acda8fd0340272180e05cc
parents bd04aa85 0b2044a9
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) {