Merge "Support tool event logging for ADB invocations" into main
This commit is contained in:
@@ -1100,7 +1100,7 @@ function adb() {
|
|||||||
echo "Command adb not found; try lunch (and building) first?"
|
echo "Command adb not found; try lunch (and building) first?"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
$ADB "${@}"
|
run_tool_with_logging "ADB" $ADB "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function run_tool_with_logging() {
|
function run_tool_with_logging() {
|
||||||
|
Reference in New Issue
Block a user