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

Commit 2a9a317d authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Explicitly include or uninclude bt_trace

Bug: 197478351
Tag: #refactor
Test: gd/cert/run

Change-Id: I7c4c8a111ee207204a2134c0838670c2a7be1b26
parent b86b2f42
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <fuzzer/FuzzedDataProvider.h>
#include <vector>
#include "bt_target.h"
#include "bt_trace.h"
#include "fuzzers/sdp/sdpFuzzHelpers.h"
#include "osi/include/allocator.h"
#include "stack/a2dp/a2dp_int.h"
+1 −3
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@

#include <string>

#include "bt_trace.h"

// Override LogMsg method so that we can output log via VLOG(1)
extern "C" void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {
  char buffer[256];
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
extern std::map<std::string, int> mock_function_count_map;

#include <cstdint>
#include "bt_trace.h"
#include "bta/hf_client/bta_hf_client_int.h"
#include "bta/include/bta_hf_client_api.h"
#include "bta/sys/bta_sys.h"
+1 −2
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ extern std::map<std::string, int> mock_function_count_map;
#include <cstring>

#include "bt_target.h"
#include "bt_trace.h"
#include "bta/hh/bta_hh_int.h"
#include "btif/include/btif_storage.h"
#include "device/include/interop.h"
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ extern std::map<std::string, int> mock_function_count_map;
#include <base/logging.h>
#include <openssl/hmac.h>
#include <algorithm>
#include "bt_trace.h"
#include "common/address_obfuscator.h"

#ifndef UNUSED_ATTR
Loading