OSDN Git Service

service: Support base switches::kV
authorArman Uguray <armansito@google.com>
Thu, 20 Aug 2015 18:49:00 +0000 (11:49 -0700)
committerArman Uguray <armansito@google.com>
Thu, 20 Aug 2015 20:28:07 +0000 (20:28 +0000)
commit503baaae63d798a5f25a7faa9206cd72f87927be
tree2db2038c8d4e60b54c8caf40f7962da03ed26e77
parent93e66a66464aa30ca7184e4a7378c8e8d752cbe1
service: Support base switches::kV

This is a libbase built-in command-line flag to set log verbosity,
so that the VLOG macro does the right thing. This CL enables that for
the daemon. To enable VLOGs with a given verbosity level and below, do

bluetoothtbd --v=<level>

Change-Id: I128a42c52425c37640c016c3c6158419cc1c0f66
service/main.cpp
service/settings.cpp
service/switches.h