MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / InitializeBacktrace

Function InitializeBacktrace

Sources/Shared/Core/Logger.cpp:1126–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124 }
1125
1126 void InitializeBacktrace(std::uint32_t maxCapacity, TraceLevel flushLevel)
1127 {
1128 GetMainLogger().InitializeBacktrace(maxCapacity, flushLevel);
1129 }
1130
1131 void FlushBacktraceAsync() noexcept
1132 {

Callers 1

InitializeTraceMethod · 0.85

Calls 1

InitializeBacktraceMethod · 0.80

Tested by

no test coverage detected