Documentation

ETStackTraceRecorder documentation

ETStackTrace : NSObject

A debug utility to record stack traces in relation to an instance.

AuthorsQuentin Mathe
Declared inETStackTraceRecorder.h

Overview

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

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.