Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 080dff21 authored by Lakshman Annadorai's avatar Lakshman Annadorai
Browse files

Add automovive interfaces to the list of interfaces to dump.

Test: m
Bug: 261767596
Change-Id: I6396a2679017b20035af1f4d9adb9c201825e186
parent 68ca576a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -61,7 +61,10 @@ static const char* hidl_hal_interfaces_to_dump[] {
        "android.hardware.audio@7.0::IDevicesFactory",
        "android.hardware.automotive.audiocontrol@1.0::IAudioControl",
        "android.hardware.automotive.audiocontrol@2.0::IAudioControl",
        "android.hardware.automotive.can@1.0::ICanBus",
        "android.hardware.automotive.can@1.0::ICanController",
        "android.hardware.automotive.evs@1.0::IEvsCamera",
        "android.hardware.automotive.sv@1.0::ISurroundViewService",
        "android.hardware.automotive.vehicle@2.0::IVehicle",
        "android.hardware.biometrics.face@1.0::IBiometricsFace",
        "android.hardware.biometrics.fingerprint@2.1::IBiometricsFingerprint",
@@ -86,7 +89,12 @@ static const char* hidl_hal_interfaces_to_dump[] {
/* list of hal interface to dump containing process during native dumps */
static const std::vector<std::string> aidl_interfaces_to_dump {
        "android.hardware.automotive.audiocontrol.IAudioControl",
        "android.hardware.automotive.can.ICanController",
        "android.hardware.automotive.evs.IEvsEnumerator",
        "android.hardware.automotive.ivn.IIvnAndroidDevice",
        "android.hardware.automotive.occupant_awareness.IOccupantAwareness",
        "android.hardware.automotive.remoteaccess.IRemoteAccess",
        "android.hardware.automotive.vehicle.IVehicle",
        "android.hardware.biometrics.face.IBiometricsFace",
        "android.hardware.biometrics.fingerprint.IBiometricsFingerprint",
        "android.hardware.camera.provider.ICameraProvider",