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

Commit bf12242d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 3d486d29 4e71b857
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