diff options
| author | 2022-06-21 17:13:18 +0000 | |
|---|---|---|
| committer | 2022-06-21 17:13:18 +0000 | |
| commit | 273aaf26580ed21920acb00e69e9fb7cb6c328ba (patch) | |
| tree | 07ba066097fda2bf6ea9241432c510d53465c4f0 | |
| parent | f19a97c28e1f37844e43c5e4080a829d87e0b25c (diff) | |
| parent | 8a289a650cef6960e517eb4ad929918bee3ce62b (diff) | |
Merge "s/get_interesting_hal_pids/get_interesting_pids."
| -rw-r--r-- | cmds/incidentd/src/Section.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index e56ed39ea32e..581367a75804 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<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); |