Capture the current stack trace into fa.

Synopsis

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

template<size_t N>
bool
getStackTrace(FrameArray<N>& fa);

Return Value

true on success, false on failure.

Parameters

Name

Description

fa

The frame array to fill.

Created with MrDocs