Skip to content

Commit 0c37311

Browse files
liuyqmwasilew
authored and
mwasilew
committed
android boottime: use wait_boot_completed instead of wait_homescreen
as the launcher activity is not printed in the logcat any more Change-Id: Ia757ca5c9e9a7a63023e6ba6d55e3e6534d24b88 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
1 parent 2501f04 commit 0c37311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automated/android/boottime/boottime.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ install_deps 'curl tar xz-utils usbutils' "${SKIP_INSTALL}"
3131

3232
initialize_adb
3333
adb_root
34-
# wait till the launcher displayed
35-
wait_homescreen "${BOOT_TIMEOUT}"
34+
# wait till boot completed
35+
wait_boot_completed "${BOOT_TIMEOUT}"
3636

3737
create_out_dir "${OUTPUT}"
3838

0 commit comments

Comments
 (0)