Skip to content

Commit c4883c6

Browse files
committed
Update README
1 parent 1a5997a commit c4883c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

4141
Example (pointing to my own faulty code in `com.akaita.fgas.activities.TopActivity.onResume(TopActivity.java:205)`):
4242

43-
```
43+
```java
4444
FATAL EXCEPTION: main
4545
Process: com.akaita.fgas.debug, PID: 22538
4646
java.lang.Throwable: The mapper function returned a null value.
@@ -81,7 +81,7 @@ Caused by: java.lang.Throwable
8181

8282
Instead of the obscure:
8383

84-
```
84+
```java
8585
FATAL EXCEPTION: main
8686
Process: com.akaita.fgas.debug, PID: 27300
8787
io.reactivex.exceptions.OnErrorNotImplementedException: The mapper function returned a null value.
@@ -131,7 +131,7 @@ RxJava2Debug.enableRxJava2AssemblyTracking(new String[]{"com.akaita.fgas", "com.
131131

132132
Result:
133133

134-
```
134+
```java
135135
FATAL EXCEPTION: main
136136
Process: com.akaita.fgas.debug, PID: 22538
137137
java.lang.Throwable: The mapper function returned a null value.

0 commit comments

Comments
 (0)