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

Function log_backtrace_print

lightningd/log.c:776–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776void log_backtrace_print(const char *fmt, ...)
777{
778 va_list ap;
779
780 if (!crashlog)
781 return;
782
783 va_start(ap, fmt);
784 logv(crashlog, LOG_BROKEN, NULL, false, fmt, ap);
785 va_end(ap);
786}
787
788static void log_dump_to_file(int fd, const struct log_book *lr)
789{

Callers

nothing calls this directly

Calls 1

logvFunction · 0.85

Tested by

no test coverage detected