slf4j icon indicating copy to clipboard operation
slf4j copied to clipboard

Use _ to shorten tag names instead of *.

Open lhunath opened this issue 10 years ago • 1 comments

A common method of enabling logging for a certain tag involves issuing the setprop command via adb shell. Unfortunately, it is impossible to set a property on a key whose name contains a * using this method. As such, * is a bad choice for shortening tag names, since it means we cannot use this method for setting the log level of a tag.

lhunath avatar Apr 18 '15 18:04 lhunath

Can you point to some android docs that describe this convention?

mattbishop avatar Apr 24 '15 21:04 mattbishop