From 091e5d8ebef261864779b2491f136ced8a80c2dc Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Mon, 27 Jan 2020 12:11:51 -0800 Subject: dumpstate: add dumptrace for audio HAL V6.0 Test: dump bugreport Bug: 141989952 Change-Id: I19d8d979238dc6a643578ed9d8789ef848ac7c7a --- libs/dumputils/dump_utils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/dumputils') diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index a772e57ef6..0ede8b1916 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -55,6 +55,7 @@ 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.audio@6.0::IDevicesFactory", "android.hardware.biometrics.face@1.0::IBiometricsFace", "android.hardware.bluetooth@1.0::IBluetoothHci", "android.hardware.camera.provider@2.4::ICameraProvider", -- cgit v1.2.3-59-g8ed1b