Merge "s/get_interesting_hal_pids/get_interesting_pids." into tm-dev am: 09261f42c2 am: 06694a109b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18587492

Change-Id: I4a291c7de2a0eb19da7fe6baef682271fbcda778
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jayant Chowdhary
2022-05-26 22:32:36 +00:00
committed by Automerger Merge Worker

View File

@@ -733,7 +733,7 @@ status_t TombstoneSection::BlockingCall(unique_fd& pipeWriteFd) const {
return -errno;
}
const std::set<int> hal_pids = get_interesting_hal_pids();
const std::set<int> hal_pids = get_interesting_pids();
auto pooledBuffer = get_buffer_from_pool();
ProtoOutputStream proto(pooledBuffer);