Package hu.akarnokd.rxjava3.debug
Class RxJavaAssemblyTracking
- java.lang.Object
-
- hu.akarnokd.rxjava3.debug.RxJavaAssemblyTracking
-
public final class RxJavaAssemblyTracking extends java.lang.ObjectUtility 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 regularonError.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisable()Disable the assembly tracking.static voidenable()Enable the assembly tracking.
-