JakeWharton / hugo

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

add @NoLog #157

Closed toby78 closed 6 years ago

toby78 commented 6 years ago

What about:

adding @NoLog and also allow for logging all methods by default.

adding @Log to every method is a bit of a hassle ;-)

JakeWharton commented 6 years ago

Most apps have tens of thousands of methods in their APK, the majority of which are in libraries where they would be unable to add @NoLog. Logcat also rate limits logging and this would surely hit that limit very quickly.