Loading services/core/java/com/android/server/am/ProcessList.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -3418,6 +3418,11 @@ public final class ProcessList { return; return; } } if (app.getPid() == 0 && !app.isPendingStart()) { // This process has been killed and its cleanup is done, don't proceed the LRU update. return; } synchronized (mProcLock) { synchronized (mProcLock) { updateLruProcessLSP(app, client, hasActivity, hasService); updateLruProcessLSP(app, client, hasActivity, hasService); } } Loading Loading
services/core/java/com/android/server/am/ProcessList.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -3418,6 +3418,11 @@ public final class ProcessList { return; return; } } if (app.getPid() == 0 && !app.isPendingStart()) { // This process has been killed and its cleanup is done, don't proceed the LRU update. return; } synchronized (mProcLock) { synchronized (mProcLock) { updateLruProcessLSP(app, client, hasActivity, hasService); updateLruProcessLSP(app, client, hasActivity, hasService); } } Loading