android10 / frodo

Android Library for Logging RxJava Observables and Subscribers.
1.48k stars 101 forks source link

Support @RxLogObservable on Java interfaces #8

Closed android10 closed 8 years ago

android10 commented 8 years ago

Investigate whether is technically possible:

AspectJ provides a JoinPoint where frodo detects the return type and inject code to log observables. By returning an interface I should search for all implementations in the code and weave logging code in each one of them?

dawidhyzy commented 8 years ago

:+1:

android10 commented 8 years ago

Closing since this is not gonna be implemented at the moment.