summaryrefslogtreecommitdiff
path: root/automated/lib
diff options
context:
space:
mode:
Diffstat (limited to 'automated/lib')
-rwxr-xr-xautomated/lib/android-test-lib4
1 files changed, 4 insertions, 0 deletions
diff --git a/automated/lib/android-test-lib b/automated/lib/android-test-lib
index 56a4f8f..0c720fb 100755
--- a/automated/lib/android-test-lib
+++ b/automated/lib/android-test-lib
@@ -21,6 +21,8 @@ adb_debug_info() {
}
initialize_adb() {
+ # enable debug
+ set -x
adb_debug_info
adb start-server
adb devices
@@ -44,6 +46,8 @@ initialize_adb() {
else
error_msg "Unable to connect to device ${ANDROID_SERIAL}"
fi
+ # disable debug
+ set +x
}
adb_root() {