Merge "Fix the build failure with enabling DEBUG_PSS"

am: 0b2044a91c

Change-Id: If28f7c90638f104e67acda8fd0340272180e05cc
This commit is contained in:
Xiong Li
2019-02-26 12:09:15 -08:00
committed by android-build-merger

View File

@@ -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) {