Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73e96880 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by Gerrit Code Review
Browse files

Merge "Support tool event logging for ADB invocations" into main

parents 96407369 60dd9ddc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {