JakeWharton / hugo

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

Need a better way to log intent extras #51

Closed Gopinathp closed 10 years ago

Gopinathp commented 10 years ago

Hi Jake and others,

This library is wonderful. Can we have log annotation to print Android Intent's bundle key values too ?

JakeWharton commented 10 years ago

The arguments being included in the log is just a minor convenience to provide quick context into the method call. If you need more advanced logging of the arguments then you'll have to do it like you would normally. Providing any specific logging structures though additional annotations is a bottomless pit of functionality that would never end.