JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.
Apache License 2.0
7.92k stars 797 forks source link

Breaks with lambdas and method references #155

Open Aditya94A opened 7 years ago

Aditya94A commented 7 years ago

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.