Introduce instrumentation tests

This commit is contained in:
topjohnwu
2024-12-13 01:09:52 -08:00
committed by John Wu
parent 24615afda1
commit 9112a3a4f5
15 changed files with 190 additions and 104 deletions

View File

@ -66,7 +66,7 @@ fi
# Stop zygote (and previous setup if exists)
magisk --stop 2>/dev/null
stop zygote
stop
if [ -d /debug_ramdisk ]; then
umount -l /debug_ramdisk 2>/dev/null
fi
@ -166,7 +166,7 @@ fi
# Boot up
$MAGISKTMP/magisk --post-fs-data
start zygote
start
$MAGISKTMP/magisk --service
# Make sure reset nb prop after zygote starts
sleep 2