From ec2ec80d0adbcba0acb6473699283c51796892ea Mon Sep 17 00:00:00 2001 From: Milosz Wasilewski Date: Thu, 21 Jan 2016 08:17:30 +0000 Subject: android: add verbose output to ART configure scripts Change-Id: Ie85f802a67f3003167711e4288058a6028aa4e3b Signed-off-by: Milosz Wasilewski --- android/scripts/configure-nexus5x-for-benchmarks.sh | 1 + android/scripts/configure-nexus9-for-benchmarks.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'android') 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 -- cgit v1.2.3