WifiOemMigrationHook: Default to false for verbose logging flag
Bug: 149879075 Test: Compiles Change-Id: Ib7154a6e5fe3b74c4df3b326c82de6304f779d34
This commit is contained in:
@@ -437,7 +437,7 @@ public final class WifiOemMigrationHook {
|
||||
Settings.Global.WIFI_SCAN_THROTTLE_ENABLED, 1) == 1)
|
||||
.setVerboseLoggingEnabled(
|
||||
Settings.Global.getInt(context.getContentResolver(),
|
||||
Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED, 1) == 1)
|
||||
Settings.Global.WIFI_VERBOSE_LOGGING_ENABLED, 0) == 1)
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user