commit | 2ac121e62f349f36a38f0c0e592ff18fa3283fbe | [log] [tgz] |
---|---|---|
author | Mike J. Chen <[email protected]> | Wed Oct 19 14:31:31 2011 -0700 |
committer | Mike J. Chen <[email protected]> | Sat Mar 03 17:29:13 2012 -0800 |
tree | 2f41b9f20615765b026d7ebd45129c0a6bd4f816 | |
parent | 7970df256481fb67f3d9bbd46a67e45a87d08fe5 [diff] |
FASTBOOT: Add a printf log and a command to dump it For serial-less devices, it's useful to be able to see the console messages that might have been dumped by the bootloader. Add a non-circuluar log buffer (default size of 4000 bytes, can be overridden by board config) that all post relocate printfs get appended to. To dump the contents, do 'fastboot oem log' Change-Id: Ie63baf86f6380bbe4851f7d062d9f9013d388865 Signed-off-by: Mike J. Chen <[email protected]>