SIGN IN SIGN UP

Make Android streams respect the unbuffered (`-u`) option (#138806)

Android pipes stdout/stderr to the log, which means every write to the log
becomes a separate log line. As a result, most practical uses of stdout/stderr
should be buffered; but it doesn't hurt to preserve unbuffered handling in case
it's useful.
M
Malcolm Smith committed
0ac377ff23672ae7e2451f4cdfbe37c4efd464e7
Parent: db68bfc
Committed by GitHub <noreply@github.com> on 9/18/2025, 10:41:21 AM