MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / printStack

Function printStack

source/core/StarException_windows.cpp:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void printStack(char const* message) {
240 Logger::info("Stack Trace ({})...\n{}", message, outputStack(captureStack()));
241}
242
243void fatalError(char const* message, bool showStackTrace) {
244 std::ostringstream ss;

Callers

nothing calls this directly

Calls 2

outputStackFunction · 0.70
captureStackFunction · 0.70

Tested by

no test coverage detected