summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-08-07 22:55:19 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-08-07 22:55:19 +0800
commita95b615f548274d3cce7fe55a94ada760e19990b (patch)
treedded1b74b1cc04151a484854ad9e9b7da2bf1fa3
parent98c8f1213108b09857a62b6bcb7734ad40f56f05 (diff)
android boottime: add adb_root for collect dmesg info
running dmesg command need to have super user permission Change-Id: Iff2b6d3f6fb94b1743f6f2e6f8dc5624a8a6c341 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xautomated/android/boottime/boottime.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/automated/android/boottime/boottime.sh b/automated/android/boottime/boottime.sh
index 93b6f4d..f300a8b 100755
--- a/automated/android/boottime/boottime.sh
+++ b/automated/android/boottime/boottime.sh
@@ -29,6 +29,7 @@ done
initialize_adb
+adb_root
# wait till the launcher displayed
wait_homescreen "${BOOT_TIMEOUT}"