commit | a8983af53013d5e02b8f76f8240c9d1a2880fb04 | [log] [tgz] |
---|---|---|
author | Heemin Seog <hseog@google.com> | Tue Mar 31 13:16:48 2020 -0700 |
committer | Heemin Seog <hseog@google.com> | Tue Mar 31 13:20:07 2020 -0700 |
tree | 40ebdb77d7b5d346348f423135074bcf38f7779d | |
parent | 603713009eee83b60939ca0a709026b1f63cad97 [diff] |
Don't keep a list of AutoHideUiElements Running into memory leaks in sysui due to this approach. Revert to original approach (member variables for necessary system bars) for now and revisit maintaining a list when necessary. Bug: 150961453 Test: `atest NexusLauncherTests` and `adb shell am dumpheap <sysui pid> <file>` before and after running test Change-Id: I7b42fa5acbd0f66f3249e5cad8d1747642c4ab21