summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-01-21 08:17:30 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-01-21 08:17:30 +0000
commitec2ec80d0adbcba0acb6473699283c51796892ea (patch)
tree9c8d9797881024148e540c54ba0c95b38430ad72 /android
parent576162a3d9fcbe98b4fef467c71bc05d4c29fb46 (diff)
android: add verbose output to ART configure scripts
Change-Id: Ie85f802a67f3003167711e4288058a6028aa4e3b Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'android')
-rwxr-xr-xandroid/scripts/configure-nexus5x-for-benchmarks.sh1
-rwxr-xr-xandroid/scripts/configure-nexus9-for-benchmarks.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/android/scripts/configure-nexus5x-for-benchmarks.sh b/android/scripts/configure-nexus5x-for-benchmarks.sh
index ac64939..2a86bda 100755
--- a/android/scripts/configure-nexus5x-for-benchmarks.sh
+++ b/android/scripts/configure-nexus5x-for-benchmarks.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -x
echo "configuring Nexus5X on: $IPADDR"
adb -s $IPADDR wait-for-device
adb -s $IPADDR shell stop
diff --git a/android/scripts/configure-nexus9-for-benchmarks.sh b/android/scripts/configure-nexus9-for-benchmarks.sh
index 91a7a87..8fb47cb 100755
--- a/android/scripts/configure-nexus9-for-benchmarks.sh
+++ b/android/scripts/configure-nexus9-for-benchmarks.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -x
echo "configuring Nexus9 on: $IPADDR"
adb -s $IPADDR wait-for-device
adb -s $IPADDR shell stop