diff --git a/shell/platform/android/test_runner/build.gradle b/shell/platform/android/test_runner/build.gradle index d1dfa4cc8d37b..6491c32ec50b0 100644 --- a/shell/platform/android/test_runner/build.gradle +++ b/shell/platform/android/test_runner/build.gradle @@ -57,6 +57,7 @@ android { events "passed", "skipped", "failed", "standardOut", "standardError" exceptionFormat "full" showStackTraces true + showStandardStreams true } } }