Add convenience wrapper for reclientreport for autoninja users

This is designed to be called by a developer when they want to submit an reclient bug report.
Developers could just call the //buildtools/reclient/reclientreport binary directly but this wrapper provides an easier way to set the same log flags that are set by ninja_reclient.
I dont think we should bundle this logic into autoninja as this is not required in 99% of builds.

Bug: b/277763387
Change-Id: I0204b6acc22f199b461ef710d0dfd07e05534af7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4414921
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Ben Segall <bentekkie@google.com>
This commit is contained in:
Ben Segall
2023-04-18 22:09:28 +00:00
committed by LUCI CQ
parent da6ce67245
commit 9e36ef60d0
6 changed files with 76 additions and 6 deletions

2
OWNERS
View File

@@ -14,8 +14,10 @@ per-file gn*=dpranke@google.com
per-file ninja*=dpranke@google.com
per-file ninja*=thakis@chromium.org
per-file ninja_reclient.py=file://BUILD_OWNERS
per-file ninja_reclient.py=file://RECLIENT_OWNERS
per-file ninjalog*=tikuta@chromium.org
per-file post_build_ninja_summary.py=brucedawson@chromium.org
per-file reclientreport*=file://RECLIENT_OWNERS
per-file presubmit*.py=brucedawson@chromium.org