Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a289a65 authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

s/get_interesting_hal_pids/get_interesting_pids.



Since pids can belong to non hal processes as well, in theory.

Bug: 233130219

Test: build

Merged-In: I8ef6b2aaa871f6a8f992887a394d81c544e9cba4
Change-Id: I8ef6b2aaa871f6a8f992887a394d81c544e9cba4
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
(cherry picked from commit d1ce457d)
parent 5a1f9e67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);