Skip navigation links
A B C D E F G H R S 

A

appendLast(Throwable) - Method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
Try appending this RxJavaAssemblyException as the very last cause of the given throwable.

B

buildStackTrace() - Static method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
 

C

com.akaita.java.rxjava2debug - package com.akaita.java.rxjava2debug
 

D

disable() - Static method in class hu.akarnokd.rxjava2.debug.RxJavaAssemblyTracking
Disable the assembly tracking.
disableRxJava2AssemblyTracking() - Static method in class com.akaita.java.rxjava2debug.RxJava2Debug
Disable the collection of more information about RxJava's execution
Information collected before calling this method will still be reported

E

enable() - Static method in class hu.akarnokd.rxjava2.debug.RxJavaAssemblyTracking
Enable the assembly tracking.
enableRxJava2AssemblyTracking() - Static method in class com.akaita.java.rxjava2debug.RxJava2Debug
Start collecting information about RxJava's execution to provide a more meaningful StackTrace in case of crash
Beware: Any crash-reporting handler should be set up before calling this method
enableRxJava2AssemblyTracking(String[]) - Static method in class com.akaita.java.rxjava2debug.RxJava2Debug
Start collecting filtered information about RxJava's execution to provide a more meaningful StackTrace in case of crash
Beware: Any crash-reporting handler should be set up before calling this method

F

fillInStackTrace() - Method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
 
find(Throwable) - Static method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
Tries to locate the RxJavaAssemblyException in the chain of causes of the given Throwable.

G

getEnhancedStackTrace(Throwable) - Static method in class com.akaita.java.rxjava2debug.RxJava2Debug
Obtain a copy of the original Throwable with an extended StackTrace

H

hu.akarnokd.rxjava2.debug - package hu.akarnokd.rxjava2.debug
 

R

RxJava2Debug - Class in com.akaita.java.rxjava2debug
 
RxJava2Debug() - Constructor for class com.akaita.java.rxjava2debug.RxJava2Debug
 
RxJavaAssemblyException - Exception in hu.akarnokd.rxjava2.debug
Holds onto the assembly stacktrace.
RxJavaAssemblyException() - Constructor for exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
 
RxJavaAssemblyTracking - Class in hu.akarnokd.rxjava2.debug
Utility class to enable and disable tracking of operator application (source.map().filter()) by capturing the current stacktrace (warning: very expensive!), have it in a debug-time accessible field (when walking the references in a debugger) and append it to exceptions passing by the regular onError.

S

stacktrace() - Method in exception hu.akarnokd.rxjava2.debug.RxJavaAssemblyException
Returns the captured and filtered stacktrace.
A B C D E F G H R S 
Skip navigation links