commit | 03befa0c12839996299b27e172840b082f30b57f | [log] [tgz] |
---|---|---|
author | Austin Borger <borgera@google.com> | Mon Apr 18 12:23:09 2022 -0700 |
committer | Austin Borger <borgera@google.com> | Thu Apr 28 17:01:19 2022 -0700 |
tree | 94369bf707dcba4994d5d2fe6340da465b7f2a5e | |
parent | 833028673ecc188f5ca42e7373dfed908dec7102 [diff] |
Remove redundant calls to onCameraAccessPrioritiesChanged. The current implementation calls onCameraAccessPrioritiesChanged once when there's a change in the oom adj per process, and again when there's a change uid-wide. The second is unnecessary, as a change in uid priority scores necessarily implies a change to process oom adj scores. Change-Id: I6dcad316542ccdbdecd831b9dddba808583d1e44 Test: Ran testCamera2AccessCallbackInSplitMode x100. Bug: 224887921