MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / logStackTrace

Function logStackTrace

src/fastlock.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71#ifdef HAVE_BACKTRACE
72#include <ucontext.h>
73__attribute__((weak)) void logStackTrace(void *, int) {
74 printf("\tFailed to generate stack trace\n");
75}
76#endif
77
78extern int g_fInCrash;

Callers 1

printTraceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected