Skip to content

Commit 7b62313

Browse files
committed
Disable wifiwatchdog for now
Change-Id: I2ac4fa706f3d0a415cb8e86002173b776aba4e02
1 parent 431c3e4 commit 7b62313

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
@@ -383,7 +383,9 @@ public void dump(PrintWriter pw) {
383383
}
384384

385385
private boolean isWatchdogEnabled() {
386-
return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true);
386+
//return getSettingsBoolean(mContentResolver, Settings.Secure.WIFI_WATCHDOG_ON, true);
387+
//TODO: fix this when we do aggressive monitoring
388+
return false;
387389
}
388390

389391
private void updateSettings() {

0 commit comments

Comments
 (0)