diff options
| author | 2024-07-30 17:26:20 +0000 | |
|---|---|---|
| committer | 2024-09-12 18:43:18 +0000 | |
| commit | fc776f807c83e2721467478f84228c89f25c72ce (patch) | |
| tree | 2c47da58e077da5743a20acc900dc6721c200e62 /libs/androidfw/ResourceTimer.cpp | |
| parent | 5885c0fdd43d8c21130c7f413d3b3ca13ffb0f50 (diff) | |
Fix LRU order in mLruProcesses in ProcessList.java
Binding isolated processes from a client process
in the order of 1,2,3,4,5 was putting the processes
in the LRU list in this order: [LRU]4,3,2,1,5,client[MRU].
But it actually needs to be [LRU]1,2,3,4,5,client[MRU].
This CL fixes that bug.
Bug: 356397711
Change-Id: Ifbda98b20a78fd9b62661c726510319fad692680
Test: atest CtsAppTestCases:ServiceTest#testActivityServiceBindingLru
Flag: EXEMPT bugfix
Diffstat (limited to 'libs/androidfw/ResourceTimer.cpp')
0 files changed, 0 insertions, 0 deletions