File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/akaita/java/rxjava2debug Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ public class RxJava2Debug {
3131 static String [] basePackages ;
3232
3333 /**
34- * Enable a system to collect information about RxJava's execution to provide a more meaningful StackTrace in case of crash<br/>
34+ * Start collecting information about RxJava's execution to provide a more meaningful StackTrace in case of crash<br/>
3535 * <b>Beware:</b> Any crash-reporting handler should be set up <i>before</i> calling this method
3636 */
3737 public static void enableRxJava2AssemblyTracking () {
3838 enableRxJava2AssemblyTracking (null );
3939 }
4040
4141 /**
42- * Enable a system to collect information about RxJava's execution to provide a more meaningful StackTrace in case of crash<br/>
42+ * Start collecting filtered information about RxJava's execution to provide a more meaningful StackTrace in case of crash<br/>
4343 * <b>Beware:</b> Any crash-reporting handler should be set up <i>before</i> calling this method
4444 * @param basePackageNames List of base package names of your code, so the created stacktrace will have one of those on its top<br/>
4545 * <i>null</i> to disable any filtering
You can’t perform that action at this time.
0 commit comments