summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-08-07 22:59:35 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-08-07 22:59:35 +0800
commit2eebce09c522de60877a23efaa4280f51ac5b306 (patch)
treec4ee71e82fb261dd2df73a40292ecb9bcdaeaa21
parent3e7b74e0c754ae72a4dab240e04c7ac7ca83a5a7 (diff)
android boottime: add adb root for boottime to collect dmesg info
Change-Id: Ib60eaf23b5a7644016b12526936a38847c615f8d 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 a036b0f..bb4bba2 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}"