Merge "s/get_interesting_hal_pids/get_interesting_pids." into tm-dev

This commit is contained in:
Jayant Chowdhary
2022-05-26 21:46:44 +00:00
committed by Android (Google) Code Review

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);