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

Commit d45061b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: Extern-ify as C LogMsg" am: f2bffe05 am: b8ece964 am: f77d10e6

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

Change-Id: I966fd1bc7a27f75e570e06b9db2cbe02f389bcbf
parents e23f446a f77d10e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include "bt_trace.h"

// Override LogMsg method so that we can output log via VLOG(1)
void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {
extern "C" void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {
  char buffer[256];
  va_list args;
  va_start(args, fmt_str);