JakeWharton / hugo

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

Working with retrolambda #79

Closed promeG closed 9 years ago

promeG commented 9 years ago

Retrolambda perform the bytecode weaving after javaComplie task which will override hugo's weaving.

Change the timing of hugo's weaving task from javaComplie.dolast to dex.doFirst can solve this problem.

77 #78

JakeWharton commented 9 years ago

I can't tell what the change is because you reformatted a bunch of lines with four spaces instead of two. Can you reformat back to match the project style?

promeG commented 9 years ago

Hi Wharton,

I have modified the code format.

Thanks.

TonyTangAndroid commented 9 years ago

Hello Jake, might I ask when this pull request will be merged and release a new build? As for now, when I use retrolambda, I have always run into the issue that promeG mentioned. It will be highly appreciated if you are kind to do so in the near future.

JakeWharton commented 9 years ago

Cleaned up and merged the first two commits. I'm not sure removing library project support is needed at this time.