commit | 73e96880ae5393f395fba851a585569395326ec5 | [log] [tgz] |
---|---|---|
author | Zhuoyao Zhang <zhuoyao@google.com> | Tue Apr 23 17:25:58 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 23 17:25:58 2024 +0000 |
tree | 2d6e8a7bc2f4e47d7ec87d284e8126d76fd7fa9f | |
parent | 96407369b141db7579213f1a133bbef5a0295f40 [diff] | |
parent | 60dd9ddce9e75a4ef4c404b2178cc68c5df7f572 [diff] |
Merge "Support tool event logging for ADB invocations" into main
diff --git a/envsetup.sh b/envsetup.sh index ca75132..ab43ada 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -1100,7 +1100,7 @@ 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() {