BacktraceData |
TraceType.getBacktrace(ThreadContext context)
Get a normal Ruby backtrace, using the current Gather type.
|
BacktraceData |
TraceType.Gather.getBacktraceData(ThreadContext context)
Gather backtrace data for a normal Ruby trace.
|
abstract BacktraceData |
TraceType.Gather.getBacktraceData(ThreadContext context,
java.lang.StackTraceElement[] javaTrace) |
BacktraceData |
TraceType.getIntegratedBacktrace(ThreadContext context,
java.lang.StackTraceElement[] javaTrace)
Get an integrated Ruby/Java backtrace if the current Gather type is NORMAL
|
BacktraceData |
TraceType.Gather.getIntegratedBacktraceData(ThreadContext context,
java.lang.StackTraceElement[] javaTrace)
Gather backtrace data for an integrated trace if the current gather type is "NORMAL", otherwise use the
current gather type.
|