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:
Reid Baker 2022-12-06 13:46:06 -06:00 committed by GitHub
parent 426d21f97e
commit e192a12f91

View File

@ -57,6 +57,7 @@ android {
events "passed", "skipped", "failed", "standardOut", "standardError"
exceptionFormat "full"
showStackTraces true
showStandardStreams true
}
}
}