OSDN Git Service

Canonicalize HCI logtags with bt_ prefix
authorZach Johnson <zachoverflow@google.com>
Sat, 27 Dec 2014 01:51:03 +0000 (17:51 -0800)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:41 +0000 (16:51 -0700)
doc/log_tags.md
hci/src/hci_hal_h4.c
hci/src/hci_hal_mct.c
hci/src/hci_layer.c
hci/src/packet_fragmenter.c

index 8a5f01f..0e37e70 100644 (file)
@@ -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
@@ -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
index 0c3efeb..89c3f1c 100644 (file)
@@ -16,7 +16,7 @@
  *
  ******************************************************************************/
 
-#define LOG_TAG "hci_hal_h4"
+#define LOG_TAG "bt_hci_h4"
 
 #include <assert.h>
 
index f43afae..6ba742e 100644 (file)
@@ -16,7 +16,7 @@
  *
  ******************************************************************************/
 
-#define LOG_TAG "hci_hal_mct"
+#define LOG_TAG "bt_hci_mct"
 
 #include <assert.h>
 
index 7944bd8..fcf77d8 100644 (file)
@@ -16,7 +16,7 @@
  *
  ******************************************************************************/
 
-#define LOG_TAG "hci_layer"
+#define LOG_TAG "bt_hci"
 
 #include <assert.h>
 #include <cutils/properties.h>
index 1cee3c1..5840f01 100644 (file)
@@ -16,7 +16,7 @@
  *
  ******************************************************************************/
 
-#define LOG_TAG "hci_packet_fragmenter"
+#define LOG_TAG "bt_hci_packet_fragmenter"
 
 #include <assert.h>