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

Commit 755badbd authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add various LOG_TAG bluetooth am: d1ef95e9

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1568968

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9a11ce3ddf89c3eb511be52ff1be7aa268cbb344
parents 0648a306 d1ef95e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,8 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


#define LOG_TAG "bluetooth"

#include "codec_status.h"
#include "codec_status.h"
#include "client_interface.h"
#include "client_interface.h"


+2 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,8 @@
 *
 *
 ******************************************************************************/
 ******************************************************************************/


#define LOG_TAG "bluetooth"

#include "bt_target.h"
#include "bt_target.h"


#if defined(BTA_HD_INCLUDED) && (BTA_HD_INCLUDED == TRUE)
#if defined(BTA_HD_INCLUDED) && (BTA_HD_INCLUDED == TRUE)
+2 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@
 *
 *
 ******************************************************************************/
 ******************************************************************************/


#define LOG_TAG "bluetooth"

#include "bt_target.h"
#include "bt_target.h"


#if (BTA_HH_INCLUDED == TRUE)
#if (BTA_HH_INCLUDED == TRUE)
+2 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@
 *
 *
 ******************************************************************************/
 ******************************************************************************/


#define LOG_TAG "bluetooth"

#include "bt_target.h"
#include "bt_target.h"


#if (PAN_INCLUDED == TRUE)
#if (PAN_INCLUDED == TRUE)
+2 −0
Original line number Original line Diff line number Diff line
@@ -42,7 +42,9 @@
 *
 *
 ******************************************************************************/
 ******************************************************************************/


#ifndef LOG_TAG
#define LOG_TAG "bt_btif_hfc"
#define LOG_TAG "bt_btif_hfc"
#endif


#include <string.h>
#include <string.h>


Loading