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

Commit 15aef6c6 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: 2098c83a

Change-Id: I4c46791379775c9fee08df41d38c9cfb0fa1775e
parents db0ec7d6 2098c83a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -85,8 +85,9 @@ public class Watchdog extends Thread {
        "android.hardware.bluetooth@1.0::IBluetoothHci",
        "android.hardware.camera.provider@2.4::ICameraProvider",
        "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"
    );

    static Watchdog sWatchdog;