[android-developers] LogCat filters: How can I specify wildcards?

2010-02-14 Thread Eurig Jones
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? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] LogCat filters: How can I specify wildcards?

2010-02-14 Thread Mark Murphy
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