commit | 09261f42c2c992a0a24081096340fb61ee7c975b | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Thu May 26 21:46:44 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 26 21:46:44 2022 +0000 |
tree | d0b20b9e82242b1699dc8d19a935470335248768 | |
parent | 8bbc7f6554d3cfeb7be7071b1c6426ee506198e8 [diff] | |
parent | d1ce457da1f7c467c11d74f6550f6918806744a9 [diff] |
Merge "s/get_interesting_hal_pids/get_interesting_pids." into tm-dev
diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index e56ed39..581367a 100644 --- a/cmds/incidentd/src/Section.cpp +++ b/cmds/incidentd/src/Section.cpp
@@ -733,7 +733,7 @@ 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);