siso: add grpc admin service grpc admin installs channelz https://grpc.io/blog/a-short-introduction-to-channelz/ so we can investigate connection issue by using grpcdebug https://github.com/grpc-ecosystem/grpcdebug@latest e.g. $ ~/go/bin/grpcdebug $(cat out/siso/.siso_port) channelz channels Bug: b/539291862 Change-Id: Ifcfcd8eed6eb34d3987b9d69865e793639bad477 Reviewed-on: https://chromium-review.googlesource.com/c/build/+/8165903 Auto-Submit: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Junji Watanabe <jwata@google.com>
This repository contains tools developed and owned by the Chrome Build Team.
The steps for getting the code are:
git clone https://chromium.googlesource.com/buildWe use the standard Go module workflow to work on our projects.