Skip to content

Commit c49b50a

Browse files
committed
Better explain hooks overridden
1 parent f3abc67 commit c49b50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ and disable via:
348348
RxJavaAssemblyTracking.disable();
349349
```
350350

351-
Note that this doesn't save or preserve the old hooks you may have set as of now.
351+
Note that this doesn't save or preserve the old hooks (named `Assembly`) you may have set as of now.
352352
353353
### Output
354354
@@ -361,7 +361,7 @@ at hu.akarnokd.rxjava2.debug.RxJava2AssemblyTrackingTest.createCompletable(RxJav
361361
at hu.akarnokd.rxjava2.debug.RxJava2AssemblyTrackingTest.completable(RxJava2AssemblyTrackingTest.java:185)
362362
```
363363
364-
This is a filtered list of stacktrace elements (skipping threading, unit test and self-related entries).
364+
This is a filtered list of stacktrace elements (skipping threading, unit test and self-related entries). Most modern IDEs should allow you to navigate to the locations when printed on (or pasted into) its console.
365365
366366
To avoid interference, the `RxJavaAssemblyException` is attached as the last cause to potential chain of the original exception that travels through each operator to the end consumer.
367367

0 commit comments

Comments
 (0)