mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
disable log collection temporarily
This is for b/270907050#comment2. Bug: b/270907050 Change-Id: I4e816d38c1a0f379662533e278ab77cc46a8664a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4290688 Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Junji Watanabe <jwata@google.com>
This commit is contained in:
@@ -197,6 +197,10 @@ def main():
|
||||
# Disable logging.
|
||||
logging.disable(logging.CRITICAL)
|
||||
|
||||
if True: # This is for unreachable code lint warning.
|
||||
# TODO(b/270907050): disable log collection temporarily.
|
||||
return 0
|
||||
|
||||
if not IsGoogler():
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user