ETStackTraceRecorder documentation
ETStackTrace : NSObjectRepresents a stack trace built from an array of call stack symbols.
| Authors | Generated by qmathe |
|---|---|
| Declared in | ETStackTraceRecorder.h |
Overview
You usually don't need to instantiate stack trace objects directly, ETStackTraceRecorder does it.
Default
- - (id) init
Returns a new stack trace initialized with the call stack symbols of the current thread.
- - (NSUInteger) numberOfFrames
Returns the number of stack frames.