Commit aa2450c9 authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Chromium LUCI CQ

[Bluetooth] Flip Bluetooth verbose logs for Googlers flag

Privacy has approved this log feature. So flipping the flag to let this
be tested on canary and dev channel.

Bug: b:172273364
Change-Id: I91fa3a30f617aa36c2ae24ea42c15c9045996aee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568264Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832528}
parent 4a2050ff
...@@ -577,7 +577,7 @@ const base::Feature kShowBluetoothDebugLogToggle{ ...@@ -577,7 +577,7 @@ const base::Feature kShowBluetoothDebugLogToggle{
// Enables or disables verbose Bluetooth log collection for Googlers. // Enables or disables verbose Bluetooth log collection for Googlers.
const base::Feature kEnableBluetoothVerboseLogsForGooglers{ const base::Feature kEnableBluetoothVerboseLogsForGooglers{
"EnableBluetoothVerboseLogsForGooglers", base::FEATURE_DISABLED_BY_DEFAULT}; "EnableBluetoothVerboseLogsForGooglers", base::FEATURE_ENABLED_BY_DEFAULT};
// Enables or disables showing the battery level in the System Tray and Settings // Enables or disables showing the battery level in the System Tray and Settings
// UI for supported Bluetooth Devices. // UI for supported Bluetooth Devices.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment