mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-27 15:12:56 +00:00
Cleanup logcat.log for each invocation
This commit is contained in:
@@ -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 &
|
||||||
|
|||||||
Reference in New Issue
Block a user