Thanks very useful. I love it :) On Wednesday, September 4, 2013 1:06:45 AM UTC+9, Jake Wharton wrote: > > I re-wrote Jeff Sharkey's colored logcat script to do this a few months > ago: https://github.com/JakeWharton/pidcat > > > --- > Jake Wharton > http://about.me/jakewharton > > > On Tue, Sep 3, 2013 at 3:24 AM, Vipul Bhopal <[email protected]<javascript:> > > wrote: > >> if on linux, easiest way to make it work through shell is using this >> command : >> >> adb logcat | grep `adb shell ps | grep <com.package> | cut -d" " -f2` >> >> On Friday, December 16, 2011 4:50:24 PM UTC+5:30, Tomáš Procházka wrote: >>> >>> In eclipse is from ADT14 (I think) possible filter "by Application Name" >>> which is Package Name (com.xyz.abc) >>> >>> But how i can do the same from command line "adb logcat" or exist any >>> standalone tools which can do this? >>> I need it for the testers. It does'n have Eclipse. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "adt-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > >
-- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
