android10 / frodo2

Android Library for Logging RxJava2 Components
143 stars 14 forks source link

Code maintenance + fixes lifecycle of RxComponents + adds Maybe/Completable + adds missing tests #6

Closed quanturium closed 6 years ago

quanturium commented 6 years ago

@android10 I added back thread logging for observeOn, but I don't think it's possible to figure out the thread from subscribeOn.

Edit: Tests should be fixed and passing

android10 commented 6 years ago

Oh wow @quanturium! That is amazing!

Will review it and merge asap...Would definitely love to launch a first version but I did not have enough time.

You are right about figuring out thread from ObserveOn..I have been dealing with it for some time without any success.

android10 commented 6 years ago

Thanks for the contribution!