summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author android-build-team Robot <android-build-team-robot@google.com> 2018-05-01 11:14:03 -0700
committer android-build-merger <android-build-merger@google.com> 2018-05-01 11:14:03 -0700
commitb8b13bc05955a2f9991fb0199d13d5fea95619f9 (patch)
tree36445acc64e330941e5a2ea397b06f33600a028c
parent56bf89700ee2b03af1e49945b9835f1c456f1aac (diff)
parentb55994ca410fb6a94be40c6d3eb387a61d8302b3 (diff)
Merge "dump_utils: add Audio HAL v4.0 to the dump list" into pi-dev
am: b55994ca41 Change-Id: I9f78c320b3227593afb8b42271758a3f7e7315e3
-rw-r--r--libs/dumputils/dump_utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp
index 8f6b1bd5d6..8b2f842a44 100644
--- a/libs/dumputils/dump_utils.cpp
+++ b/libs/dumputils/dump_utils.cpp
@@ -42,6 +42,7 @@ static const char* native_processes_to_dump[] = {
/* list of hal interface to dump containing process during native dumps */
static const char* hal_interfaces_to_dump[] {
"android.hardware.audio@2.0::IDevicesFactory",
+ "android.hardware.audio@4.0::IDevicesFactory",
"android.hardware.bluetooth@1.0::IBluetoothHci",
"android.hardware.camera.provider@2.4::ICameraProvider",
"android.hardware.drm@1.0::IDrmFactory",