aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2015-06-12 10:50:53 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-12 10:50:53 -0700
commitf793cd09136da89b2e7b425a5ad69b3d977404d5 (patch)
treefce31d5be9707f825d3406edd855694da533502d /platform_tools
parent202c4c75fb806f751cf796850bf67fe9793e0643 (diff)
Print command to be executed in verbose mode
Diffstat (limited to 'platform_tools')
-rwxr-xr-xplatform_tools/android/bin/android_run_skia3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform_tools/android/bin/android_run_skia b/platform_tools/android/bin/android_run_skia
index bbb9325901..b58b53f78c 100755
--- a/platform_tools/android/bin/android_run_skia
+++ b/platform_tools/android/bin/android_run_skia
@@ -35,6 +35,9 @@ echo "LD_LIBRARY_PATH=/data/local/tmp:$LD_LIBRARY_PATH \
/data/local/tmp/skia_launcher ${APP_ARGS[*]}; \
echo \$? > ${STATUS_FILENAME}" > ${CMD_FILENAME}
chmod +x ${CMD_FILENAME}
+verbose "======== To reproduce this run: ========"
+verbose "android_run_skia ${APP_ARGS[*]}"
+verbose "========================================"
verbose "pushing command file onto the device..."
$ADB ${DEVICE_SERIAL} push ${CMD_FILENAME} /data/local/tmp
rm ${CMD_FILENAME}