MCPcopy Create free account
hub / github.com/apache/brpc / OutputToStream

Method OutputToStream

src/butil/debug/stack_trace_posix.cc:817–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815
816#if !defined(__UCLIBC__)
817void StackTrace::OutputToStream(std::ostream* os) const {
818 StreamBacktraceOutputHandler handler(os);
819 ProcessBacktrace(trace_, count_, &handler);
820}
821
822void StackTrace::OutputToString(std::string& str) const {
823 StringBacktraceOutputHandler handler(str);

Callers 2

FlushWithoutResetMethod · 0.45
CheckForLeaksMethod · 0.45

Calls 1

ProcessBacktraceFunction · 0.85

Tested by

no test coverage detected