Documentation

ETStackTraceRecorder documentation

ETStackTrace : NSObject

Represents a stack trace built from an array of call stack symbols.

AuthorsGenerated by qmathe
Declared inETStackTraceRecorder.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.