MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / logCrashReason

Method logCrashReason

src/thundersvm/util/log.cpp:2814–2816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2812}
2813
2814void Helpers::logCrashReason(int sig, bool stackTraceIfAvailable, Level level, const char* logger) {
2815 el::base::debug::logCrashReason(sig, stackTraceIfAvailable, level, logger);
2816}
2817
2818#endif // defined(ELPP_FEATURE_ALL) || defined(ELPP_FEATURE_CRASH_LOG)
2819

Callers

nothing calls this directly

Calls 1

logCrashReasonFunction · 0.85

Tested by

no test coverage detected