Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support @RxLogObservable on Java interfaces #8

Closed
android10 opened this issue Nov 11, 2015 · 2 comments
Closed

Support @RxLogObservable on Java interfaces #8

android10 opened this issue Nov 11, 2015 · 2 comments

Comments

@android10
Copy link
Owner

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
Copy link

👍

@android10
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants