| 247 | } |
| 248 | |
| 249 | void __forceinline SnapshotThread() |
| 250 | { |
| 251 | CrashThreadId = GetCurrentThreadId(); |
| 252 | BacktraceSize = CaptureStackBackTrace(2, (DWORD)std::size(Backtrace), Backtrace, NULL); |
| 253 | } |
| 254 | |
| 255 | bool TryGetFunctionName(std::stringstream& ss, uint8_t* bt, bool isFirst) |
| 256 | { |
no outgoing calls
no test coverage detected