Print verbose logs in avd_test.sh and cuttlefish.sh

This commit is contained in:
topjohnwu 2025-05-11 02:18:36 -07:00
parent 9684a35cab
commit 608786e8f3
2 changed files with 4 additions and 4 deletions

View File

@ -134,7 +134,7 @@ test_main() {
if [ -z "$AVD_TEST_SKIP_DEBUG" ]; then
# Patch and test debug build
./build.py avd_patch "$ramdisk" magisk_patched.img
./build.py -v avd_patch "$ramdisk" magisk_patched.img
kill -INT $emu_pid
wait $emu_pid
test_emu debug $api
@ -142,7 +142,7 @@ test_main() {
if [ -z "$AVD_TEST_SKIP_RELEASE" ]; then
# Patch and test release build
./build.py -r avd_patch "$ramdisk" magisk_patched.img
./build.py -vr avd_patch "$ramdisk" magisk_patched.img
kill -INT $emu_pid
wait $emu_pid
test_emu release $api

View File

@ -85,11 +85,11 @@ test_main() {
adb wait-for-device
# Patch and test debug build
./build.py avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
./build.py -v avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
test_cf debug
# Patch and test release build
./build.py -r avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
./build.py -vr avd_patch "$CF_HOME/init_boot.img" magisk_patched.img
test_cf release
# Cleanup