OSDN Git Service

build: Update osi log functions, use consistently
authorMarie Janssen <jamuraa@google.com>
Fri, 26 Jun 2015 21:53:46 +0000 (14:53 -0700)
committerMarie Janssen <jamuraa@google.com>
Mon, 6 Jul 2015 22:52:38 +0000 (15:52 -0700)
commitdb554581079863974af8e1289646f5deea6fc044
tree31468b4dc37ade5397097fb874b2c1b898034f9a
parentdf81c3aaadee7a5f91e5d993cc823d4e65db25db
build: Update osi log functions, use consistently

Update the LOG_* functions to take a tag argument which makes them more
consistent with the Android Log.*(TAG, s) common syntax and removes
some #define-dependency with osi/include/log.h.

Also update to never use Android log functions directly.

Also contains minor cleanup of some header includes.

Bug: 21569831
Change-Id: If07385cafbea062232ecdbc7c673f908d5ef8921
80 files changed:
audio_a2dp_hw/audio_a2dp_hw.c
bta/av/bta_av_act.c
bta/av/bta_av_main.c
bta/dm/bta_dm_act.c
bta/gatt/bta_gattc_act.c
bta/gatt/bta_gattc_cache.c
bta/hh/bta_hh_api.c
bta/hh/bta_hh_le.c
bta/sys/bta_sys_main.c
btcore/src/counter.c
btcore/src/module.c
btif/include/btif_common.h
btif/include/btif_sock_util.h
btif/src/bluetooth.c
btif/src/btif_config.c
btif/src/btif_config_transcode.cpp
btif/src/btif_core.c
btif/src/btif_dm.c
btif/src/btif_gatt_client.c
btif/src/btif_gatt_server.c
btif/src/btif_gatt_test.c
btif/src/btif_gatt_util.c
btif/src/btif_hh.c
btif/src/btif_hl.c
btif/src/btif_media_task.c
btif/src/btif_pan.c
btif/src/btif_profile_queue.c
btif/src/btif_sock.c
btif/src/btif_sock_l2cap.c
btif/src/btif_sock_rfc.c
btif/src/btif_sock_sco.c
btif/src/btif_sock_util.c
btif/src/btif_storage.c
btif/src/stack_manager.c
hci/src/btsnoop.c
hci/src/btsnoop_net.c
hci/src/hci_audio.c
hci/src/hci_hal_h4.c
hci/src/hci_hal_mct.c
hci/src/hci_inject.c
hci/src/hci_layer.c
hci/src/hci_packet_parser.c
hci/src/low_power_manager.c
hci/src/packet_fragmenter.c
hci/src/vendor.c
main/bte_conf.c
main/bte_logmsg.c
main/bte_main.c
main/stack_config.c
osi/include/log.h
osi/src/alarm.c
osi/src/allocation_tracker.c
osi/src/array.c
osi/src/buffer.c
osi/src/config.c
osi/src/data_dispatcher.c
osi/src/eager_reader.c
osi/src/future.c
osi/src/reactor.c
osi/src/semaphore.c
osi/src/socket.c
osi/src/thread.c
service/a2dp_source.cpp
service/core_stack.cpp
service/gatt_server.cpp
service/host.cpp
service/main.cpp
stack/btm/btm_ble.c
stack/btm/btm_ble_gap.c
stack/btm/btm_pm.c
stack/btm/btm_sec.c
stack/btu/btu_hcif.c
stack/btu/btu_init.c
stack/btu/btu_task.c
stack/l2cap/l2c_api.c
stack/l2cap/l2c_main.c
stack/l2cap/l2cap_client.c
stack/rfcomm/port_api.c
stack/srvc/srvc_dis.c
utils/src/bt_utils.c