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

Commit 450969f6 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "add mediaswcodec to dump_utils" into qt-dev am: 1efb4a5f

am: aa639977

Change-Id: I21698b06c4566a170a80e484fd2abc0a817272a9
parents 327e301a aa639977
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ static const char* native_processes_to_dump[] = {
        "/system/bin/surfaceflinger",
        "/system/bin/vehicle_network_service",
        "/vendor/bin/hw/android.hardware.media.omx@1.0-service", // media.codec
        "/apex/com.android.media.swcodec/bin/mediaswcodec", // media.swcodec
        NULL,
};

@@ -50,6 +51,7 @@ static const char* hal_interfaces_to_dump[] {
        "android.hardware.graphics.allocator@2.0::IAllocator",
        "android.hardware.graphics.composer@2.1::IComposer",
        "android.hardware.health@2.0::IHealth",
        "android.hardware.media.c2@1.0::IComponentStore",
        "android.hardware.media.omx@1.0::IOmx",
        "android.hardware.media.omx@1.0::IOmxStore",
        "android.hardware.power.stats@1.0::IPowerStats",