commit | 4eaf905858c6a1d7cf0639bed3e8de3bd7987646 | [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 | f787ab75ca22a15793b190de894ca13a7f73d0a5 | |
parent | 887f2892062c64fa688fc9525ebd09cc98ca70d8 [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