proxygen
|
#include <StackTrace.h>
Public Member Functions | |
StackTrace () | |
Public Attributes | |
size_t | frameCount |
uintptr_t | addresses [kMaxFrames] |
Definition at line 28 of file StackTrace.h.
|
inline |
Definition at line 29 of file StackTrace.h.
uintptr_t folly::exception_tracer::StackTrace::addresses[kMaxFrames] |
Definition at line 32 of file StackTrace.h.
Referenced by folly::exception_tracer::getCurrentExceptions().
size_t folly::exception_tracer::StackTrace::frameCount |
Definition at line 31 of file StackTrace.h.
Referenced by folly::exception_tracer::getCurrentExceptions().