Based on the following android documentation:

"You can change the default level by setting a system property:
'setprop log.tag.<YOUR_LOG_TAG> <LEVEL>' Where level is either
VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPRESS will
turn off all logging for your tag. You can also create a local.prop
file that with the following in it: 'log.tag.<YOUR_LOG_TAG>=<LEVEL>'
and place that in /data/local.prop."

One can manipulate, the types of "log levels" that are allowed for a
given tag. Now, I am trying to figure out as to where within the
Android source, does this "check" or "property look-up" actually
happen, that finally determines whether a log message is written out
to a /dev node or not.  Any help would be appreciated.

Thanks,
Vijay

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to