Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 052b92e3 authored by Zach Johnson's avatar Zach Johnson Committed by Andre Eisenbach
Browse files

Canonicalize HCI logtags with bt_ prefix

parent fa64ac9f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "hci_hal_h4"
#define LOG_TAG "bt_hci_h4"

#include <assert.h>

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "hci_hal_mct"
#define LOG_TAG "bt_hci_mct"

#include <assert.h>

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "hci_layer"
#define LOG_TAG "bt_hci"

#include <assert.h>
#include <cutils/properties.h>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
 *
 ******************************************************************************/

#define LOG_TAG "hci_packet_fragmenter"
#define LOG_TAG "bt_hci_packet_fragmenter"

#include <assert.h>