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

Commit c3dc0dd1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add automovive interfaces to the list of interfaces to dump." into...

Merge "Add automovive interfaces to the list of interfaces to dump." into udc-dev am: 30e9cf4d am: 189b7369

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/22463803



Change-Id: If395dcdb3186b7f51ba5c9b34df6a1f2d9074f90
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d508c9a5 189b7369
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -62,7 +62,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",
@@ -87,7 +90,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",