print overloads

Synopses

Declared in <folly/debugging/symbolizer/SymbolizePrinter.h>

Print a string, no endling newline.

void
print(StringPiece sp);

Print one frame, no ending newline.

void
print(SymbolizedFrame const& frame);

Parameters

Name

Description

sp

The string to print.

frame

The symbolized frame to print.

Created with MrDocs