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