mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add gradle option to allow/show System.out.print logs (flutter/engine#38104)
This is useful for java test debugging. Audit of all java tests shows only 4 logged lines so this should not add log spam but will aid in contributor test debugging.
This commit is contained in:
parent
426d21f97e
commit
e192a12f91
@ -57,6 +57,7 @@ android {
|
||||
events "passed", "skipped", "failed", "standardOut", "standardError"
|
||||
exceptionFormat "full"
|
||||
showStackTraces true
|
||||
showStandardStreams true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user