platform_build_soong/ui/terminal
Joe Onorato eadb0fbee0 After a build action fails, stop printing more output.
Often the slow commands (errorprone happens to be particularly bad)
print a lot, so this should make it easier to find the error without
lots of scrolling.

This doesn't attempt to parse the output and re-display errors, so
if a command prints a thousand warnings with one error in the middle,
it'll still be hard to find the error.

Bug: 277114612
Test: cd build/soong/ui/terminal ; go test
Change-Id: I6c8285fc2c6e4fc345de57b2c15bc5e7d46b1d1f
2023-06-24 15:13:49 -07:00
..
Android.bp Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
format.go
simple_status.go Revert "Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is set." 2022-07-19 08:02:42 -07:00
smart_status.go After a build action fails, stop printing more output. 2023-06-24 15:13:49 -07:00
status.go Revert "Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is set." 2022-07-19 08:02:42 -07:00
status_test.go After a build action fails, stop printing more output. 2023-06-24 15:13:49 -07:00
stdio.go
util.go Remove unnecessary snake case variables. 2020-12-22 12:38:35 -08:00
util_darwin.go
util_linux.go
util_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00