platform_bootable_recovery/updater
Tao Bao b6918c7c43 Log update outputs in order
Although stdout and stderr are both redirected to log file with no
buffering, we are seeing some outputs are mixed in random order.
This is because ui_print commands from the updater are passed to the
recovery binary via a pipe, which may interleave with other outputs
that go to stderr directly.

In recovery, adding ui::PrintOnScreenOnly() function to handle
ui_print command, which skips printing to stdout. Meanwhile, updater
prints the contents to stderr in addition to piping them to recovery.

Change-Id: Idda93ea940d2e23a0276bb8ead4aa70a3cb97700
2015-06-02 22:15:40 -07:00
..
Android.mk Stop using libstdc++. 2015-05-19 11:33:18 -07:00
blockimg.c Merge "Add error and range checks to parse_range" 2015-05-18 08:08:54 +00:00
blockimg.h installer for new block OTA system 2014-08-19 16:53:39 -07:00
install.c Log update outputs in order 2015-06-02 22:15:40 -07:00
install.h Auto create parent directories for rename support 2014-07-21 17:40:02 -07:00
updater.c Add missing includes. 2015-01-29 20:50:08 -08:00
updater.h installer for new block OTA system 2014-08-19 16:53:39 -07:00