commit | 5477b578faae7a36949fa8ac2b90ab40c83bed77 | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Tue Nov 12 16:07:29 2019 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Wed Nov 13 08:10:17 2019 +0000 |
tree | 37ffe913fb7671287e818b8a0f110b3c131ec63f | |
parent | 6f7e2d5674c8fcd44e5421c7915349b5dc59ad7f [diff] |
Fix warning of activity LRU list removal In ActivityRecord#destroyImmediately, the #cleanUp has removed the destroying activity from LRU list (since 2322bed), so the later removal cannot find the existing record and then always prints warning log. Also update LRU list for the case of reparenting (onActivityAddedToStack). Bug: 80414790 Test: Launch and finish an activity. The log should not have warning "not in LRU list". Change-Id: Ie7ce1ba7a4af95af6640b5833f6a7cd06ac8f8d4