Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc4ff5dc authored by Roshan Pius's avatar Roshan Pius
Browse files

WifiOemMigrationHook: Default to false for verbose logging flag

Bug: 149879075
Test: Compiles
Change-Id: Ib7154a6e5fe3b74c4df3b326c82de6304f779d34
parent bd8dd47f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
    }
}