platform_build_soong/ui
Colin Cross 1f6faeb50f Use ctx.Fatalln instead of log.Fatalln for absolute path errors
log.Fatalln calls os.Exit, which skips deferred functions and
leaves the console with the cursor disabled.  Use ctx.Fatalln
instead, which uses a panic to exit and calls the deferred
function to restore the cursor.

Test: DIST_DIR=/tmp/\test\ foo m dist
Change-Id: Ie92297075e37c171d5ba48848a0ddb19652b051c
2019-09-23 15:55:54 -07:00
..
build Use ctx.Fatalln instead of log.Fatalln for absolute path errors 2019-09-23 15:55:54 -07:00
logger Panic if logging is attempted after Close 2019-03-21 21:17:04 -07:00
metrics Soong: Fix the package name in metrics.proto file 2019-06-14 15:27:46 -07:00
status Compute critical path when ninja finishes 2019-06-26 11:31:17 -07:00
terminal Force dumpvars into dumb terminal mode and move log files 2019-09-23 14:24:57 -07:00
tracer Move all output through StatusOutput 2019-06-12 21:30:56 -07:00