Merge "Always propagate the reported proc_state to WindowProcessController." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a579d6085d
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user