commit | d249a4ab831a89971f19ed30bc0c5d7602b361d3 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Wed Dec 27 16:36:19 2023 -0800 |
committer | Mikhail Naganov <mnaganov@google.com> | Wed Dec 27 16:36:19 2023 -0800 |
tree | 537388c6935a0ba5ad2196b26d812a2c9bdc501c | |
parent | a9ab102cacc33eee4ad796e262f2a1821a74a6c0 [diff] |
Remove non-functioning 'DevicesFactoryHalInterface::getHalPids' Since audioserver lacks SELinux permission to list services, the code for retrieving HAL PIDs via DevicesFactoryHal does not work. This has been addressed a long time ago by pushing the HAL PIDs from the system server (see aosp/1183075). However, the non-functioning code was still lingering around. Bug: 298548691 Test: adb shell kill -9 <audioserver pid> Change-Id: I3fec23e9ad9072ea46cb76c3f9a280123f1c8007