commit | b1e8525e844dff83a3e57ca7eb26a5ad377f0055 | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Thu Jan 12 15:32:26 2017 -0800 |
committer | Wei Wang <wvw@google.com> | Thu Jan 12 22:18:46 2017 -0800 |
tree | a0c4c32c78249ac3bd1709eb133827585d5cfaac | |
parent | 44c23a4ae9a5e268829bd1383fbd2e888910eceb [diff] |
libcutils: change klog_level to KLOG_INFO_LEVEL Some of Android componets e.g. init have migrated to use base/logging to get rid of klog utilities. However, without explicit initilization, the default klog_level is set to 3 which masks the logwrap output. This patch sets default klog_level to KLOG_INFO_LEVEL to make android_fork_execvp_ext log available. Bug: 34256270 Test: manual Change-Id: Ibe74707a92c954053cd0e6828a984fbd72b4acae