Skip to content

Commit 95b0164

Browse files
author
Mikel Pascual
committed
Add nicer API for non-filtering option
1 parent 47699fb commit 95b0164

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main/java/com/akaita/java/rxjava2debug/RxJava2Debug.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ public class RxJava2Debug {
3030
private @Nullable
3131
static String[] basePackages;
3232

33+
/**
34+
* Enable a system to collect information about RxJava's execution to provide a more meaningful StackTrace in case of crash<br/>
35+
* <b>Beware:</b> Any crash-reporting handler should be set up <i>before</i> calling this method
36+
*/
37+
public static void enableRxJava2AssemblyTracking() {
38+
enableRxJava2AssemblyTracking(null);
39+
}
40+
3341
/**
3442
* Enable a system to collect information about RxJava's execution to provide a more meaningful StackTrace in case of crash<br/>
3543
* <b>Beware:</b> Any crash-reporting handler should be set up <i>before</i> calling this method

0 commit comments

Comments
 (0)