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

Commit b6532a44 authored by Chris Manton's avatar Chris Manton
Browse files

Re-include system/main/bte_logmsg

Bug: 197478351
Tag: #refactor
Test: gd/cert/run
Change-Id: I57dab13fd919774db50f6c5366515c576a519c83
parent 702ee9f8
Loading
Loading
Loading
Loading
+5 −17
Original line number Diff line number Diff line
@@ -18,25 +18,13 @@

#define LOG_TAG "bt_bte"

#include <base/logging.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
#include <cstdarg>
#include <cstdint>

#include "bta_api.h"
#include "btm_api.h"
#include "btu.h"
#include "l2c_api.h"
#include "main_int.h"
#include "osi/include/config.h"
#include "internal_include/bt_trace.h"
#include "internal_include/stack_config.h"
#include "main/main_int.h"
#include "osi/include/log.h"
#include "port_api.h"
#include "sdp_api.h"
#include "smp_api.h"
#include "stack_config.h"

#ifndef BTE_LOG_BUF_SIZE
#define BTE_LOG_BUF_SIZE 256