We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9d6d1 commit 3e41638Copy full SHA for 3e41638
src/main/java/com/akaita/java/rxjava2debug/RxJava2Debug.java
@@ -37,7 +37,7 @@ public class RxJava2Debug {
37
* Enable a system to collect information about RxJava's execution to provide a more meaningful StackTrace in case of crash<br/>
38
* <b>Beware:</b> Any crash-reporting handler should be set up <i>before</i> calling this method
39
*/
40
- public static void enableRxJavaAssemblyTracking() {
+ public static void enableRxJava2AssemblyTracking() {
41
RxJavaAssemblyTracking.enable();
42
setRxJavaAssemblyHandler();
43
}
0 commit comments