JakeWharton / hugo

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

@DebugLog works only in Activity type classes #137

Open davideas opened 8 years ago

davideas commented 8 years ago

I was able to add it to my project and it seems to work only on methods that are part of the Activity. It doesn't work on my objects nor Adapters nor on anything else.

What I am doing wrong? Thanks.

IgorGanapolsky commented 8 years ago

@davideas It doesn't work in Services either?

xesam commented 8 years ago

It work fine in Services