Commit d5c20909 authored by Hans Wennborg's avatar Hans Wennborg Committed by Nico Weber

process_crashreports.py: Print the upload destination

To make it easier to find the crash reports when looking at a buildbot.

Also add it to trybot_analyze_config.json

Bug: 464945
Change-Id: I396eda792b1fe727b182ac42b0514859686e90c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541105Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#644865}
parent f8b51a94
......@@ -27,7 +27,8 @@
"testing/scripts/.*",
"testing/test_env.py",
"third_party/android_platform/development/scripts/.*",
"tools/clang/blink_gc_plugin/CMakeLists.txt"
"tools/clang/blink_gc_plugin/CMakeLists.txt",
"tools/clang/scripts/process_crashreports.py"
],
"ignores": [
"infra/config/recipes.cfg",
......
......@@ -63,6 +63,7 @@ def ProcessCrashreport(base, source):
sys.stdout.flush()
subprocess.check_call([sys.executable, GSUTIL, '-q', 'cp', tmp_name, dest])
print 'done'
print ' %s' % dest
finally:
if tmp_name:
os.remove(tmp_name)
......
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