Commit 5b3adc3c authored by Yun Liu's avatar Yun Liu Committed by Commit Bot

[code coverage] Change log warning to info

Will ssh to bot if still nothing printed.

Bug: 1027818
Change-Id: I98147da43689d2b4ea9db0ee8643312eac6fc72b
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935860
Auto-Submit: Yun Liu <yliuyliu@google.com>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719180}
parent bc20c4d6
......@@ -179,8 +179,8 @@ def _validate_and_convert_profraw(profraw_file, output_profdata_files,
else:
profile_valid = True
except subprocess.CalledProcessError as error:
logging.warning('Validating and converting %r to %r failed with output: %r',
profraw_file, output_profdata_file, error.output)
logging.info('Validating and converting %r to %r failed with output: %r',
profraw_file, output_profdata_file, error.output)
validation_output = error.output
# 2. Add the profile to the appropriate list(s).
......
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