Cleanup logcat.log for each invocation

This commit is contained in:
topjohnwu 2025-02-18 01:04:19 -08:00
parent 019eb03823
commit 0399cde50a

View File

@ -68,6 +68,7 @@ test_emu() {
print_title "* Testing $avd_pkg ($variant)"
if [ -n "$AVD_TEST_LOG" ]; then
rm -f logcat.log
"$emu" @test $emu_args > kernel.log 2>&1 &
else
"$emu" @test $emu_args > /dev/null 2>&1 &