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

Commit 7c40f875 authored by Jayant Chowdhary's avatar Jayant Chowdhary Committed by Automerger Merge Worker
Browse files

Merge "s/get_interesting_hal_pids/get_interesting_pids." into tm-dev am:...

Merge "s/get_interesting_hal_pids/get_interesting_pids." into tm-dev am: 09261f42 am: 06694a10 am: f295b662

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18587492



Change-Id: Ie7b75875fb402b71e036bfc2cc84627381eb57cc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents af0c004e f295b662
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);