Enable a system to collect 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
Enable a system to collect 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
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.