Package | Description |
---|---|
io.sentry.event.interfaces | |
io.sentry.jvmti |
Modifier and Type | Method and Description |
---|---|
static SentryStackTraceElement[] |
SentryStackTraceElement.fromStackTraceElements(StackTraceElement[] stackTraceElements,
Frame[] cachedFrames)
Convert an array of
StackTraceElement s to SentryStackTraceElement s. |
Constructor and Description |
---|
StackTraceInterface(StackTraceElement[] stackTrace,
StackTraceElement[] enclosingStackTrace,
Frame[] cachedFrames)
Creates a StackTrace for an
Event . |
Modifier and Type | Method and Description |
---|---|
static Frame[] |
FrameCache.get(Throwable throwable)
Retrieve the per-frame local variable information for the last exception thrown on this thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
FrameCache.add(Throwable throwable,
Frame[] frames)
Store the per-frame local variable information for the last exception thrown on this thread.
|
Copyright © 2012–2017. All rights reserved.