| 820 | } |
| 821 | |
| 822 | void StackTrace::OutputToString(std::string& str) const { |
| 823 | StringBacktraceOutputHandler handler(str); |
| 824 | ProcessBacktrace(trace_, count_, &handler); |
| 825 | } |
| 826 | #endif |
| 827 | |
| 828 | namespace internal { |
nothing calls this directly
no test coverage detected