MCPcopy Create free account
hub / github.com/ElementsProject/lightning / log_backtrace_print

Function log_backtrace_print

lightningd/log.c:1055–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053}
1054
1055void log_backtrace_print(const char *fmt, ...)
1056{
1057 va_list ap;
1058
1059 if (!crashlog)
1060 return;
1061
1062 va_start(ap, fmt);
1063 logv(crashlog, LOG_BROKEN, NULL, false, fmt, ap);
1064 va_end(ap);
1065}
1066
1067static void log_dump_to_file(int fd, const struct log_book *log_book)
1068{

Callers

nothing calls this directly

Calls 1

logvFunction · 0.70

Tested by

no test coverage detected