File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RxJava 2.1.0+
2424
2525# Features
2626
27- - [ StackTrace generation] ( #stacktrace-manipulation )
27+ - [ StackTrace generation] ( #stacktrace-generation )
2828 - [ StackTrace filtering] ( #stacktrace-filtering )
2929
3030## StackTrace generation
@@ -40,7 +40,7 @@ Config:
4040
4141Example (pointing to my own faulty code in ` com.akaita.fgas.activities.TopActivity.onResume(TopActivity.java:205) ` ):
4242
43- ```
43+ ``` java
4444FATAL EXCEPTION : main
4545Process : com. akaita. fgas. debug, PID : 22538
4646java.lang. Throwable : The mapper function returned a null value.
@@ -81,7 +81,7 @@ Caused by: java.lang.Throwable
8181
8282Instead of the obscure:
8383
84- ```
84+ ``` java
8585FATAL EXCEPTION : main
8686Process : com. akaita. fgas. debug, PID : 27300
8787io.reactivex.exceptions. OnErrorNotImplementedException : The mapper function returned a null value.
@@ -131,7 +131,7 @@ RxJava2Debug.enableRxJava2AssemblyTracking(new String[]{"com.akaita.fgas", "com.
131131
132132Result:
133133
134- ```
134+ ``` java
135135FATAL EXCEPTION : main
136136Process : com. akaita. fgas. debug, PID : 22538
137137java.lang. Throwable : The mapper function returned a null value.
You can’t perform that action at this time.
0 commit comments