
Android Library for Logging RxJava2 Components
Frodo 2 is the second version of Frodo, a tool used for debugging projects that use RxJava 2. It allows for easy debugging by annotating the code. Frodo 2 can be used on Android projects and pure Kotlin/Java projects.
io.reactivex.Flowable<T> will print debug information on the log output.io.reactivex.Observable<T> will print debug information on the log output.io.reactivex.Single<T> will print debug information on the log output.io.reactivex.Maybe<T> will print debug information on the log output.io.reactivex.Completable will print debug information on the log output.Frodo 2 is a tool used for debugging projects that use RxJava 2. It allows for easy debugging by annotating the code. The main features of Frodo 2 include support for Flowable, Observable, Single, Maybe, and Completable classes from RxJava 2, and the ability to print debug information on the log output. To use Frodo 2, a Gradle plugin should be applied in the project's build.gradle file.
