Class RxJavaAssemblyTracking


  • public final class RxJavaAssemblyTracking
    extends Object
    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.
    • Method Detail

      • enable

        public static void enable()
        Enable the assembly tracking.
      • disable

        public static void disable()
        Disable the assembly tracking.