Log list of profdata files before merging
Bug: 1488888 Change-Id: I98efb8e75acd05bf78bc4304eb86d22721700275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4912262 Commit-Queue: Prakhar Asthana <pasthana@google.com> Auto-Submit: Prakhar Asthana <pasthana@google.com> Reviewed-by: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/main@{#1205978}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b7b29b2ca7
commit
10ccc080fd
@ -48,7 +48,9 @@ def _call_profdata_tool(profile_input_file_paths,
|
||||
input_file = os.path.join(output_dir,
|
||||
'input-profdata-files.txt').replace('\\', '/')
|
||||
with open(input_file, 'w') as fd:
|
||||
logging.info("List of .profdata files...")
|
||||
for file_path in profile_input_file_paths:
|
||||
logging.info(file_path)
|
||||
fd.write('%s\n' % file_path)
|
||||
try:
|
||||
subprocess_cmd = [
|
||||
|
Reference in New Issue
Block a user