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

Commit 11c7026e authored by Peng Xu's avatar Peng Xu Committed by android-build-merger
Browse files

Merge "Add sensor HAL process into dump list" into oc-dr1-dev

am: fec340ea

Change-Id: I942e3fc98bea55a826e81a90581a5e09ec825742
parents bd736d36 fec340ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -98,8 +98,9 @@ static const char* hal_interfaces_to_dump[] {
        "android.hardware.bluetooth@1.0::IBluetoothHci",
        "android.hardware.bluetooth@1.0::IBluetoothHci",
        "android.hardware.camera.provider@2.4::ICameraProvider",
        "android.hardware.camera.provider@2.4::ICameraProvider",
        "android.hardware.graphics.composer@2.1::IComposer",
        "android.hardware.graphics.composer@2.1::IComposer",
        "android.hardware.vr@1.0::IVr",
        "android.hardware.media.omx@1.0::IOmx",
        "android.hardware.media.omx@1.0::IOmx",
        "android.hardware.sensors@1.0::ISensors",
        "android.hardware.vr@1.0::IVr",
        NULL,
        NULL,
};
};