OSDN Git Service

Enable libbase logging for whole stack
authorJakub Pawlowski <jpawlowski@google.com>
Wed, 28 Sep 2016 01:24:59 +0000 (18:24 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Thu, 29 Sep 2016 22:40:29 +0000 (15:40 -0700)
commit75b83661eaecceeb48c73891ced70904bf0ce01b
treee36ac96b017070bf2824728a74f0f4405dd19f58
parentd09a76a935e1aedd3ec802b80ed5fb72a726375b
Enable libbase logging for whole stack

Currently, only C++ code in the service/ folder can use libbase logging.
This patch makes sure that logging can be used and is properly
configured for usage when the stack is running as part of Bluetooth.apk.

Bug: 31806042
Change-Id: I1f8be79ba9999b53ece0b5217a893b4bd20ecafc
conf/bt_stack.conf
main/Android.mk
main/bte_init_cpp_logging.cc [new file with mode: 0644]
main/bte_logmsg.c
main/main_int.h [new file with mode: 0644]