Hello.
There is a script called pidcat <https://github.com/JakeWharton/pidcat> 
which is actually a formatted logcat.

<https://lh5.googleusercontent.com/-q9qSr6j672A/VPdI8TlsFpI/AAAAAAAAEUA/oLvoK9zC1fM/s1600/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%2B%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%2B2015-03-04%2B%D0%B2%2B21.03.10.png>

Pidcat is so less verbose ( displays only meaningful info) and has a great 
feature of colored tags (Unique tag in logcat has it's own color. It makes 
it really easy to visualy separate dozens of tags.
So I would like to have the same UI in stuidio's logcat because

   1. I can't go to classes sources clicking on stacktrace in pidcat
   2. I would like to avoid context switching between intellij and 
   pidcat(terminal)

So I thought I could add some options to configure current logcat 
implementation as follows:

   1. allow user to hide different fields (time, pid, packageName, etc)
   2. allow colorize unique tags
   3. May be allow align tags to right border so it is easier to read 
   messages

I see there are already changes in android toolbar(memory,cpu profiling) so 
I guess it is a good time to another one.
So I wonder if the changes I would like to do are suitable  to merge in 
android stuidio?
If no - i'l just create a separate plugin.

Thanks.





-- 
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/d/optout.

Reply via email to