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

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

Merge "legacy: Extern-ify as C LogMsg"

parents e2a11d18 faf370c3
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);