diff options
| author | Elliott Hughes <enh@google.com> | 2018-05-23 23:38:55 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-23 23:38:55 +0000 |
| commit | 98c1b1ccf67113957f1e4d8678cf8b5a1fe747e1 (patch) | |
| tree | 3b8455aa8118a539cf23c3168927b24909ee80a6 /init | |
| parent | e6a644bc35c4ce7d829e8f69477172bc5612b327 (diff) | |
| parent | 1be0d1481b26281bf699238d5699b38a52b31382 (diff) | |
| download | system_core-98c1b1ccf67113957f1e4d8678cf8b5a1fe747e1.tar.gz system_core-98c1b1ccf67113957f1e4d8678cf8b5a1fe747e1.tar.bz2 system_core-98c1b1ccf67113957f1e4d8678cf8b5a1fe747e1.zip | |
Merge "Add StdioLogger for command-line tools."
Diffstat (limited to 'init')
| -rw-r--r-- | init/host_init_parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/host_init_parser.cpp b/init/host_init_parser.cpp index 5232b7e5e..df497eade 100644 --- a/init/host_init_parser.cpp +++ b/init/host_init_parser.cpp @@ -48,7 +48,7 @@ static Result<Success> do_stub(const BuiltinArguments& args) { #include "generated_stub_builtin_function_map.h" int main(int argc, char** argv) { - android::base::InitLogging(argv, &android::base::StderrLogger); + android::base::InitLogging(argv, &android::base::StdioLogger); if (argc != 2) { LOG(ERROR) << "Usage: " << argv[0] << " <init file to parse>"; return -1; |
