Loading services/core/java/com/android/server/Watchdog.java +3 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/Watchdog.java +3 −2 Original line number Diff line number Diff line Loading @@ -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; Loading