diff options
| author | 2019-03-27 16:08:53 -0700 | |
|---|---|---|
| committer | 2019-04-19 12:00:50 -0700 | |
| commit | 31f6899d23ffaf1c4967c576979a10bf63e33991 (patch) | |
| tree | 3a7f46cd09d97a344b3113a3a2fd5dae9e5f3f3f | |
| parent | 617cf15817dcdd6eed2668f87ff5352c5a5db46b (diff) | |
add mediaswcodec to dump_utils
bug: 130887807
test: adb bugreport and check mediaswcodec stack is there
Change-Id: Icd4f753e49c74a8bcd48656315addb90b9156e12
| -rw-r--r-- | libs/dumputils/dump_utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index 180fd97d24..53ca7ead4f 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -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", |