From d1ce457da1f7c467c11d74f6550f6918806744a9 Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Tue, 24 May 2022 20:49:58 +0000 Subject: [PATCH] s/get_interesting_hal_pids/get_interesting_pids. Since pids can belong to non hal processes as well, in theory. Bug: 233130219 Test: build Change-Id: I8ef6b2aaa871f6a8f992887a394d81c544e9cba4 Signed-off-by: Jayant Chowdhary --- cmds/incidentd/src/Section.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index e56ed39ea32e1..581367a758046 100644 --- a/cmds/incidentd/src/Section.cpp +++ b/cmds/incidentd/src/Section.cpp @@ -733,7 +733,7 @@ status_t TombstoneSection::BlockingCall(unique_fd& pipeWriteFd) const { return -errno; } - const std::set hal_pids = get_interesting_hal_pids(); + const std::set hal_pids = get_interesting_pids(); auto pooledBuffer = get_buffer_from_pool(); ProtoOutputStream proto(pooledBuffer);