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

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

Merge "dumputils: AIDL HALs at parity" am: 737595ee am: 811d6d9d am:...

Merge "dumputils: AIDL HALs at parity" am: 737595ee am: 811d6d9d am: faae6a71 am: e5e67c08 am: ca221cfe

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



Change-Id: If1da7e4139ef8477211a124421b899cb2948fa89
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6565965c ca221cfe
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -85,7 +85,19 @@ 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.evs.IEvsEnumerator",
        "android.hardware.biometrics.face.IBiometricsFace",
        "android.hardware.biometrics.fingerprint.IBiometricsFingerprint",
        "android.hardware.camera.provider.ICameraProvider",
        "android.hardware.drm.IDrmFactory",
        "android.hardware.graphics.allocator.IAllocator",
        "android.hardware.graphics.composer3.IComposer",
        "android.hardware.health.IHealth",
        "android.hardware.neuralnetworks.IDevice",
        "android.hardware.power.IPower",
        "android.hardware.power.stats.IPowerStats",
        "android.hardware.sensors.ISensors",
};

/* list of extra hal interfaces to dump containing process during native dumps */