MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / BuildStackTrace

Function BuildStackTrace

ogsr_engine/xrCore/stacktrace_collector.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <stacktrace>
6
7std::string BuildStackTrace(const char* header) { return header + std::to_string(std::stacktrace::current()); }
8
9std::string BuildStackTrace(const char* header, PCONTEXT) { return BuildStackTrace(header); }
10

Callers 1

LogStackTraceFunction · 0.85

Calls 4

to_stringFunction · 0.85
InitializeSymbolEngineFunction · 0.85
DeinitializeSymbolEngineFunction · 0.85
error2stringMethod · 0.80

Tested by

no test coverage detected