OSDN Git Service

vdc: use libbase logging and log directly to kmsg on boot
authorTom Cherry <tomcherry@google.com>
Wed, 29 Mar 2017 23:50:28 +0000 (16:50 -0700)
committerTom Cherry <tomcherry@google.com>
Thu, 30 Mar 2017 00:06:31 +0000 (17:06 -0700)
commitf71511ac4199f273744b8e0adf266c6e911918aa
tree64e70866d9c4bb86c24861e716e8d129cd63858b
parent71fa1068de3f3f7b79d262e487ae90f948c415d6
vdc: use libbase logging and log directly to kmsg on boot

Init is no longer calling vdc with logwrapper, so it must take care of
logging to kmsg directly.

Test: observe logging in kmsg on boot and stderr on normal usage
Change-Id: Ie3e59da433bd154f121ce103dea0c59eb0bab069
vdc.cpp