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

Commit 4e71b857 authored by Qijiang Fan's avatar Qijiang Fan
Browse files

Add base/logging.h for LOG-related macros.

base/logging.h won't be implicitly included at Chrome OS libchrome.

Bug: 186486897
Test: emerge floss
Tag: #floss
Change-Id: I0328847b25b971ebf1c8a29e540950b3c784b0e5
parent 6336c5c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
#include "types/raw_address.h"
#include "udrv/include/uipc.h"

#include <base/logging.h>

#define A2DP_DATA_READ_POLL_MS 10
#define A2DP_HOST_DATA_PATH "/var/run/bluetooth/audio/.a2dp_data"
// TODO(b/198260375): Make A2DP data owner group configurable.
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
#include "stack/include/port_api.h"
#include "types/raw_address.h"

#include <base/logging.h>

/*****************************************************************************
 *  Constants
 ****************************************************************************/
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@
#include "osi/include/osi.h"  // UNUSED_ATTR
#include "stack/include/port_api.h"

#include <base/logging.h>

/*****************************************************************************
 *  Constants
 ****************************************************************************/
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@
#include "stack/include/btm_api.h"
#include "types/raw_address.h"

#include <base/logging.h>

/*****************************************************************************
 * Constants and types
 ****************************************************************************/
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
 ******************************************************************************/

#include <base/bind.h>
#include <base/logging.h>

#include <cstring>

Loading