diff options
| author | 2019-07-10 10:16:32 -0700 | |
|---|---|---|
| committer | 2019-11-07 14:42:18 -0800 | |
| commit | 708ea28db018f47a52bf4f82de45f2ed7f072102 (patch) | |
| tree | d18019802ee7a9a63850e1cc0eaa4eb5964d04f2 | |
| parent | 501a618b3ef7caae94e3ae8867e2e2a68025aa85 (diff) | |
Watchdog: Add Audio HAL V5.0 to the list of dumped HALs
Test: capture bugreport, check "VM TRACES" section
Change-Id: I26d27fd8571c04bebdd2213d74cf149bde4bf4ed
Merged-In: I26d27fd8571c04bebdd2213d74cf149bde4bf4ed
| -rw-r--r-- | services/core/java/com/android/server/Watchdog.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/Watchdog.java b/services/core/java/com/android/server/Watchdog.java index 19ad32e202fe..a502ff24e5b8 100644 --- a/services/core/java/com/android/server/Watchdog.java +++ b/services/core/java/com/android/server/Watchdog.java @@ -103,6 +103,7 @@ public class Watchdog extends Thread { public static final List<String> HAL_INTERFACES_OF_INTEREST = Arrays.asList( "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", |