Loading system/doc/log_tags.md +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,11 @@ This document lists all of the log tags used by bluedroid. * BtGatt.btif * BtGatt.btif_test * bt_gki * bt_hci * bt_hci_h4 * bt_hci_inject * bt_hci_mct * bt_hci_packet_fragmenter * BTIF_AV * BTIF_CORE * BTIF_HF Loading Loading @@ -48,10 +52,6 @@ This document lists all of the log tags used by bluedroid. * btu_task * BT_UTILS * bt_vendor * hci_hal_h4 * hci_hal_mct * hci_layer * hci_packet_fragmenter * osi_eager_reader * osi_future * osi_semaphore Loading system/hci/src/hci_hal_h4.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_hal_h4" #define LOG_TAG "bt_hci_h4" #include <assert.h> Loading system/hci/src/hci_hal_mct.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_hal_mct" #define LOG_TAG "bt_hci_mct" #include <assert.h> Loading system/hci/src/hci_layer.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_layer" #define LOG_TAG "bt_hci" #include <assert.h> #include <cutils/properties.h> Loading system/hci/src/packet_fragmenter.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_packet_fragmenter" #define LOG_TAG "bt_hci_packet_fragmenter" #include <assert.h> Loading Loading
system/doc/log_tags.md +4 −4 Original line number Diff line number Diff line Loading @@ -12,7 +12,11 @@ This document lists all of the log tags used by bluedroid. * BtGatt.btif * BtGatt.btif_test * bt_gki * bt_hci * bt_hci_h4 * bt_hci_inject * bt_hci_mct * bt_hci_packet_fragmenter * BTIF_AV * BTIF_CORE * BTIF_HF Loading Loading @@ -48,10 +52,6 @@ This document lists all of the log tags used by bluedroid. * btu_task * BT_UTILS * bt_vendor * hci_hal_h4 * hci_hal_mct * hci_layer * hci_packet_fragmenter * osi_eager_reader * osi_future * osi_semaphore Loading
system/hci/src/hci_hal_h4.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_hal_h4" #define LOG_TAG "bt_hci_h4" #include <assert.h> Loading
system/hci/src/hci_hal_mct.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_hal_mct" #define LOG_TAG "bt_hci_mct" #include <assert.h> Loading
system/hci/src/hci_layer.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_layer" #define LOG_TAG "bt_hci" #include <assert.h> #include <cutils/properties.h> Loading
system/hci/src/packet_fragmenter.c +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ * ******************************************************************************/ #define LOG_TAG "hci_packet_fragmenter" #define LOG_TAG "bt_hci_packet_fragmenter" #include <assert.h> Loading