Package hu.akarnokd.rxjava3.debug
Debugging support to remember where operators have been created in the
code via
RxJavaPlugins' assembly hooks, enabled via
RxJavaAssemblyTracking.-
Interface Summary Interface Description SavedHooks Remembers the previous hooks overridden by the debug function and allows restoring them via theSavedHooks.restore()method call. -
Class Summary Class Description RxJavaAssemblyTracking Utility class to enable and disable tracking of operator application (source.map().filter()) by capturing the current stacktrace (warning: very expensive!) -
Exception Summary Exception Description RxJavaAssemblyException Holds onto the assembly stacktrace.