Eurig Jones wrote:
> I'm using the Eclipse plugin to view log output using LogCat. I want
> to use a filter all messages with the tag:
> 
> com.whatever.blah.*
> 
> But it doesn't work, how can I do this?

It doesn't look like log filtering supports prefixes or wildcards.
You'll need to set up separate filters for each, or change your logging
code to use a more consistent prefix.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Consulting/App Development: http://commonsware.com/consulting

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to