0

Ignore log spammer errors in cast codebase.

This change expands the existing //chromecast exclusion rule by
adding //components/cast* folders as well.

Change-Id: I5decc70640296a54c2242a6f2406db37dc2d4038
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4658919
Commit-Queue: Vigen Issahhanjan <vigeni@google.com>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1164711}
This commit is contained in:
Vigen Issahhanjan
2023-06-30 15:57:20 +00:00
committed by Chromium LUCI CQ
parent dae22dc704
commit e2d9382fa7

@ -3053,6 +3053,7 @@ def CheckSpamLogging(input_api, output_api):
r"^chrome/chrome_elf/dll_hash/dll_hash_main\.cc$",
r"^chrome/installer/setup/.*",
r"^chromecast/",
r"^components/cast",
r"^components/media_control/renderer/media_playback_options\.cc$",
r"^components/policy/core/common/policy_logger\.cc$",
r"^components/viz/service/display/"