Merge "s/get_interesting_hal_pids/get_interesting_pids." into tm-dev am: 09261f42c2
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18587492 Change-Id: I05992af116873209f6f7dd1b0c2c3a3651fcdb09 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -733,7 +733,7 @@ status_t TombstoneSection::BlockingCall(unique_fd& pipeWriteFd) const {
|
|||||||
return -errno;
|
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();
|
auto pooledBuffer = get_buffer_from_pool();
|
||||||
ProtoOutputStream proto(pooledBuffer);
|
ProtoOutputStream proto(pooledBuffer);
|
||||||
|
|||||||
Reference in New Issue
Block a user