RxJavaPlugins
' assembly hooks, enabled via
RxJavaAssemblyTracking
.See: Description
Interface | Description |
---|---|
SavedHooks |
Remembers the previous hooks overridden by the debug
function and allows restoring them via the
SavedHooks.restore()
method call. |
Class | Description |
---|---|
RxJavaAssemblyTracking |
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 . |
Exception | Description |
---|---|
RxJavaAssemblyException |
Holds onto the assembly stacktrace.
|
RxJavaPlugins
' assembly hooks, enabled via
RxJavaAssemblyTracking
.