We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e71c3 commit 29ec458Copy full SHA for 29ec458
Android/android.py
@@ -543,7 +543,7 @@ async def logcat_task(context, initial_devices):
543
544
# Put high-level messages on stderr so they're highlighted in the
545
# buildbot logs. This will include Python's own stderr.
546
- stream = sys.stderr if priority > LogPriority.WARN else sys.stdout
+ stream = sys.stderr if priority >= LogPriority.WARN else sys.stdout
547
548
# The app's stdout and stderr should be passed through transparently
549
# to our own corresponding streams.
0 commit comments