| 561 | } |
| 562 | |
| 563 | string GetLogFormatStackTraceHex() { |
| 564 | StackTrace trace; |
| 565 | trace.Collect(1); |
| 566 | return trace.ToLogFormatHexString(); |
| 567 | } |
| 568 | |
| 569 | // Bogus empty function which we use below to fill in the stack trace with |
| 570 | // something readable to indicate that stack trace collection was unavailable. |
nothing calls this directly
no test coverage detected