Loading wifi/java/android/net/wifi/WifiWatchdogStateMachine.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -383,7 +383,9 @@ public class WifiWatchdogStateMachine extends StateMachine { } } private boolean isWatchdogEnabled() { private boolean isWatchdogEnabled() { return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true); //return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true); //TODO: fix this when we do aggressive monitoring return false; } } private void updateSettings() { private void updateSettings() { Loading Loading
wifi/java/android/net/wifi/WifiWatchdogStateMachine.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -383,7 +383,9 @@ public class WifiWatchdogStateMachine extends StateMachine { } } private boolean isWatchdogEnabled() { private boolean isWatchdogEnabled() { return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true); //return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true); //TODO: fix this when we do aggressive monitoring return false; } } private void updateSettings() { private void updateSettings() { Loading