Merge "Fix the build failure with enabling DEBUG_PSS"

This commit is contained in:
Treehugger Robot
2019-02-26 19:49:03 +00:00
committed by Gerrit Code Review

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