Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment