Loading services/core/java/com/android/server/am/ProcessStateRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -618,7 +618,7 @@ final class ProcessStateRecord { void forceProcessStateUpTo(int newState) { if (mRepProcState > newState) { synchronized (mProcLock) { mRepProcState = newState; setReportedProcState(newState); setCurProcState(newState); setCurRawProcState(newState); mApp.getPkgList().forEachPackage((pkgName, holder) -> Loading Loading
services/core/java/com/android/server/am/ProcessStateRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -618,7 +618,7 @@ final class ProcessStateRecord { void forceProcessStateUpTo(int newState) { if (mRepProcState > newState) { synchronized (mProcLock) { mRepProcState = newState; setReportedProcState(newState); setCurProcState(newState); setCurRawProcState(newState); mApp.getPkgList().forEachPackage((pkgName, holder) -> Loading