On Wed, Mar 4, 2015 at 10:15 AM, Anatoly Korniltsev <
[email protected]> wrote:

> 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
>
>
We'd definitely like to have these features inside Android Studio. The
problem I see is that doing 1 would require some restructuring of the
existing code. Please file a bug, and provide some more details on what is
involved in solving #1.

#2 and #3 might be more straightforward, so feel free to upload patches to
gerrit. But even here, it might be worth filing bugs and indicating in some
more detail exactly how you plan to fix it if you find that the patch is
more than a few hundred lines..


> 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.
>

-- 
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