Skip to content

Commit 40cb30c

Browse files
isheriffAndroid Git Automerger
authored andcommitted
am 7b62313: Disable wifiwatchdog for now
* commit '7b62313eab4af8835a64fb3fe1e15e5e534a9479': Disable wifiwatchdog for now
2 parents 98a85c2 + 7b62313 commit 40cb30c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wifi/java/android/net/wifi/WifiWatchdogStateMachine.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,9 @@ public void dump(PrintWriter pw) {
386386
}
387387

388388
private boolean isWatchdogEnabled() {
389-
return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true);
389+
//return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true);
390+
//TODO: fix this when we do aggressive monitoring
391+
return false;
390392
}
391393

392394
private void updateSettings() {

0 commit comments

Comments
 (0)