Skip to content

Commit 955667d

Browse files
committed
Improve docs
1 parent 5a0e0f5 commit 955667d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)