diff options
| author | 2020-01-27 12:11:51 -0800 | |
|---|---|---|
| committer | 2020-01-27 12:11:51 -0800 | |
| commit | 091e5d8ebef261864779b2491f136ced8a80c2dc (patch) | |
| tree | 0a8e39a30fa7d1b7f258c4f3a2d2956038c3a4c1 /libs/dumputils | |
| parent | f73651f6d23330fc3c1147ca0a8037d31897158a (diff) | |
dumpstate: add dumptrace for audio HAL V6.0
Test: dump bugreport
Bug: 141989952
Change-Id: I19d8d979238dc6a643578ed9d8789ef848ac7c7a
Diffstat (limited to 'libs/dumputils')
| -rw-r--r-- | libs/dumputils/dump_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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", |