commit | 5f89c4a6576d13202aeac02d3154df47662ce327 | [log] [tgz] |
---|---|---|
author | ziyangch <[email protected]> | Fri Feb 26 19:57:35 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Feb 26 19:57:35 2021 |
tree | 4ac40ec4ed1b8d7d890576734921ede0fbbce1d3 | |
parent | 43f978055a0beb7db4ce95d285432dec2b7a97e5 [diff] [blame] |
Replace VLOG with LOG INFO -We always print these VLOG on cast devices. Using VLOG will increase CPU usage. Bug: Internal b/123520864 Test: CQ. Change-Id: I0f31b395daab6cecdbfcfa8d0cf99e07492b74ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2721561 Reviewed-by: Daniel Nicoara <[email protected]> Reviewed-by: danakj <[email protected]> Reviewed-by: Yuchen Liu <[email protected]> Commit-Queue: Ziyang Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#858232}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index d2bcfe3b..f5c00e6 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -2420,6 +2420,8 @@ r"dump_stability_report_main_win.cc$", r"^components[\\/]media_control[\\/]renderer[\\/]" r"media_playback_options\.cc$", + r"^components[\\/]viz[\\/]service[\\/]display[\\/]" + r"overlay_strategy_underlay_cast\.cc$", r"^components[\\/]zucchini[\\/].*", # TODO(peter): Remove exception. https://crbug.com/534537 r"^content[\\/]browser[\\/]notifications[\\/]"