JakeWharton / hugo

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

Hugo doesn't work in different debuggable buildTypes #66

Closed cesards closed 9 years ago

cesards commented 9 years ago

I'm trying to use Hugo in different debuggable buildTypes, but it doesn't print anything. Only works with debug. Is it not based on debuggable var?

prod {
    debuggable true
    signingConfig signingConfigs.debug
}
debug {
    debuggable true
    signingConfig signingConfigs.debug
}

Thanks!

renaudcerrato commented 9 years ago

It seems it happens too if you're using a build flavor.

JakeWharton commented 9 years ago

This is already fixed on master.

cesards commented 9 years ago

well done 2