commit | 622e574ab46dffb51895b80d83cf128f462932bb | [log] [tgz] |
---|---|---|
author | Sudheer Shanka <sudheersai@google.com> | Tue Sep 26 19:52:17 2023 +0000 |
committer | Sudheer Shanka <sudheersai@google.com> | Tue Sep 26 20:12:34 2023 +0000 |
tree | d72091aa43c222381570c69ae690bbf478db3d5c | |
parent | a17f6b8d741a2139a67642dd442b9a8f40893d8d [diff] |
Report freezable state changes only if there is a change. CachedAppOptimizer.unfreezeAppLSP() could be called even if the process is not frozen and unfreezeAppLSP() returns early if the process is not frozen. So, reportProcessFreezableChangedLocked() should only be called after unfreezeAppLSP() checks if there is a need to do any unfreezing. Bug: 301986056 Test: atest CtsBroadcastTestCases Change-Id: I6b50aac1d24f02fd1d84a095ba487fea80f9091a