mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-03-03 21:15:10 +00:00
Cleanup logcat.log for each invocation
This commit is contained in:
parent
019eb03823
commit
0399cde50a
@ -68,6 +68,7 @@ test_emu() {
|
|||||||
print_title "* Testing $avd_pkg ($variant)"
|
print_title "* Testing $avd_pkg ($variant)"
|
||||||
|
|
||||||
if [ -n "$AVD_TEST_LOG" ]; then
|
if [ -n "$AVD_TEST_LOG" ]; then
|
||||||
|
rm -f logcat.log
|
||||||
"$emu" @test $emu_args > kernel.log 2>&1 &
|
"$emu" @test $emu_args > kernel.log 2>&1 &
|
||||||
else
|
else
|
||||||
"$emu" @test $emu_args > /dev/null 2>&1 &
|
"$emu" @test $emu_args > /dev/null 2>&1 &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user