Merge "vold: set klog level so e2fsck output is logged" into jb-mr2-dev

This commit is contained in:
Ken Sumrall 2013-04-15 17:34:25 +00:00 committed by Android (Google) Code Review
commit b55025bfa1

View file

@ -27,6 +27,7 @@
#define LOG_TAG "Vold"
#include "cutils/klog.h"
#include "cutils/log.h"
#include "cutils/properties.h"
@ -52,6 +53,9 @@ int main() {
mkdir("/dev/block/vold", 0755);
/* For when cryptfs checks and mounts an encrypted filesystem */
klog_set_level(6);
/* Create our singleton managers */
if (!(vm = VolumeManager::Instance())) {
SLOGE("Unable to create VolumeManager");