commit | 3abf8f96fae8c499ab81e019e3c223cb901b73c9 | [log] [tgz] |
---|---|---|
author | Atneya Nair <atneya@google.com> | Thu Apr 11 16:47:37 2024 -0700 |
committer | Atneya Nair <atneya@google.com> | Thu Apr 11 16:54:55 2024 -0700 |
tree | 1e18ee7dccb50a6b2260fc0231279692e4c00310 | |
parent | d699185728f605816646ec0599ee0838d53c710e [diff] |
Add audioserver to AppOps uid list AppOps error logs "Operation not found" for finishOp for audioserver (particularly WAKE_LOCK), which floods the logcat. This is because appops doesn't track the UID state for audioserver, so any ops are always MODE_ERRORED. Add audioserver to the list of non-package UIDs to simulate uidstate which allows for correct appops attribution. Test: Manual, no errors in logcat Bug: 333950879 Change-Id: I9ffea259c6b40a5c7246043bc1b0481429ce7948