We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e23394 commit 66bae8eCopy full SHA for 66bae8e
src/main/java/com/akaita/java/rxjava2debug/RxJava2Debug.java
@@ -34,6 +34,14 @@ public static void enableRxJava2AssemblyTracking() {
34
setRxJavaAssemblyHandler();
35
}
36
37
+ /**
38
+ * Disable the collection of more information about RxJava's execution<br/>
39
+ * Information collected before calling this method will still be reported
40
+ */
41
+ public static void disableRxJava2AssemblyTracking() {
42
+ RxJavaAssemblyTracking.disable();
43
+ }
44
+
45
/**
46
* Set handler to intercept an exception, improve the StackTrace of RxJava-related ones and rethrow let the exception go through
47
*/
0 commit comments