summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarter Hsu <carterhsu@google.com>2019-09-11 13:57:58 +0800
committerCarter Hsu <carterhsu@google.com>2019-09-11 08:40:40 +0000
commit723e8cd8481a1db821bdc9ebeb9444b6368f10c2 (patch)
tree6ef3a070ac0fc7cb3e8e723a1259b8aa202dc22c
parente0aedc2e744cb983dd2a3373d8bd114a4e1061f3 (diff)
downloadnative-723e8cd8481a1db821bdc9ebeb9444b6368f10c2.tar.gz
dumpstate: add dumptrace for audio HIDL 5.0
Test: dump bugreport Bug: 140849366 Change-Id: Ic02f4d022264c1541aa70f4c9760f0f96ba21aae Signed-off-by: Carter Hsu <carterhsu@google.com>
-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",