RxErrorHandler – is a error handle of RxJava.
ProGuard rules for RxErrorHandler
ProGuard removes dead code. In the obfuscation step, ProGuard renames classes and class members that are not entry points.. You have to set up a ProGuard configuration.
################################ RxErrorHandler ################################ -keep class me.jessyan.rxerrorhandler.** { *; } -keep interface me.jessyan.rxerrorhandler.** { *; }
For more information about RxErrorHandler please see the website.