summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarter Hsu <carterhsu@google.com>2019-09-18 03:17:03 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-09-18 03:17:03 +0000
commit5726d926a9eb0ccbe00236ff9e1303f4ea542396 (patch)
treefcb3881c84faf2fc966cf5856a128c3a71bee910
parentadf3724aeb737fa88e0e0213de7f30cf50dcae31 (diff)
parent723e8cd8481a1db821bdc9ebeb9444b6368f10c2 (diff)
downloadnative-5726d926a9eb0ccbe00236ff9e1303f4ea542396.tar.gz
Merge "dumpstate: add dumptrace for audio HIDL 5.0" into qt-qpr1-dev
-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 8e762f193f..250f902f9d 100644
--- a/libs/dumputils/dump_utils.cpp
+++ b/libs/dumputils/dump_utils.cpp
@@ -46,6 +46,7 @@ static const char* native_processes_to_dump[] = {
static const char* hal_interfaces_to_dump[] {
"android.hardware.audio@2.0::IDevicesFactory",
"android.hardware.audio@4.0::IDevicesFactory",
+ "android.hardware.audio@5.0::IDevicesFactory",
"android.hardware.biometrics.face@1.0::IBiometricsFace",
"android.hardware.bluetooth@1.0::IBluetoothHci",
"android.hardware.camera.provider@2.4::ICameraProvider",