aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhuoyao Zhang <zhuoyao@google.com>2024-04-23 17:25:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-23 17:25:58 +0000
commit73e96880ae5393f395fba851a585569395326ec5 (patch)
tree2d6e8a7bc2f4e47d7ec87d284e8126d76fd7fa9f
parent96407369b141db7579213f1a133bbef5a0295f40 (diff)
parent60dd9ddce9e75a4ef4c404b2178cc68c5df7f572 (diff)
downloadbuild-73e96880ae5393f395fba851a585569395326ec5.tar.gz
Merge "Support tool event logging for ADB invocations" into main
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index ca75132e11..ab43ada1f6 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -1100,7 +1100,7 @@ function adb() {
echo "Command adb not found; try lunch (and building) first?"
return 1
fi
- $ADB "${@}"
+ run_tool_with_logging "ADB" $ADB "${@}"
}
function run_tool_with_logging() {