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

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

legacy: Extern-ify as C LogMsg

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

Change-Id: I67731803c12579ee3ca388c6d94f658379d71c66
parent 41c94bb7
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);