commit | a84beb1167afc22e4acf3b617d68cf1ebc7a13d3 | [log] [tgz] |
---|---|---|
author | Ken Sumrall <ksumrall@android.com> | Wed Sep 18 17:49:21 2013 -0700 |
committer | Ken Sumrall <ksumrall@android.com> | Fri Sep 20 17:44:33 2013 -0700 |
tree | a50fabb5ec57de86065f2dbb7f46c9500b01900d | |
parent | e355ded818206a1e9a19622c4996dd40e315e821 [diff] |
Create a separate copy of the fsck logs The log_target parameter of android_fork_execvp_ext() is now a bit field, and multiple targets can be set to log to multiple places at the same time. The new target LOG_FILE will log to a file specified by the new parameter file_path. Set LOG_FILE and log to a file in /dev (the only writable filesystem avilable when e2fsck runs) when invoking e2fsck in fs_mgr. Bug: 10021342 Change-Id: I63baf644cc8c3afccc8345df27a74203b44d0400