DescriptionTelemetry & Android: fix stderr / stdout getting mixed.
The benchmarks first print results to stdout, then information about skipped /
failed page to stderr. The test runners also redirect both streams to the same
file. If stdout is not properly flushed, the stderr output might appear in the
middle of the stdout output, and this makes the log parser fail.
R=bulach
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177162
Patch Set 1 #
Total comments: 2
Patch Set 2 : Code review (bulach) #Messages
Total messages: 3 (0 generated)
|