JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaks with lambdas and method references

Aditya94A opened this issue · comments

It's been a couple years since #77, now that Android Studio natively supports a bunch of Java 8 features, including lambdas, it would definitely be nice to use Hugo again :)

If I @debuglog an activity that has lambdas somewhere, on runtime Android can't seem to find the lambda function and throws a java.lang.NoSuchMethodError.