logcat filter

AndersKv

New member
May 17, 2013
1
0
0
Visit site
Hello!

I'm trying to logcat an application in my Samsung galaxy S2, Android 4.1.2. But I get an immense load of information so I believe I have to filter it some way.
In command prompt I write: adb logcat
And it starts to pump out loglines. But I just want to see the log from one app. I've found out that there is this command
adb logcat [<option>] ... [<filter-spec>] ...
but how am I supposed to use this. Or is this not the correct command?
Anyone?

Anders:)