You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ and disable via:
348
348
RxJavaAssemblyTracking.disable();
349
349
```
350
350
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.
352
352
353
353
### Output
354
354
@@ -361,7 +361,7 @@ at hu.akarnokd.rxjava2.debug.RxJava2AssemblyTrackingTest.createCompletable(RxJav
361
361
at hu.akarnokd.rxjava2.debug.RxJava2AssemblyTrackingTest.completable(RxJava2AssemblyTrackingTest.java:185)
362
362
```
363
363
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.
365
365
366
366
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.
0 commit comments