android10 / frodo

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

Does not work with retrolambda #17

Closed zbigniew-malinowski closed 8 years ago

zbigniew-malinowski commented 8 years ago

@android10 , thanks for this tool, it's very helpful!

I've just started some side project to play with RxJava. I'm using retrolambda as it cleans a code a little, but it seems that this plugin breaks down Frodo's logging.

Is it a bug in Frodo or just the way retrolambda is magic messing with aspectj? I can live without retrolambda, but I suppose there are projects heavy relying on this, maybe it would be nice to mention about it on main page?

zbigniew-malinowski commented 8 years ago

Oops, false alarm. I was checking with some old version of retrolambda. In recent version (3.2.5) there is no such problem.

Sorry for spamming.