, , .
Eclipse , , , eclipse.
adb, , , ( , cmd, xterm ..)
adb logcat PackageManager:V com.myapp.package:V *:S
*: S " " : V " " "".
Linux, MacOS .. ( IX) Windows GnuWin32
adb logcat | grep "Some search term"
, regexp
adb logcat | grep -E "SearchTerm1|SearchTerm2"
( * IX), ,
adb logcat | grep "Some term" | tee myfile.txt
.