Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carlonluca authored Apr 11, 2020
1 parent 5c35719 commit 401ec2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ A simple program that colorizes Android Debug Bridge (adb)'s logcat output on a

![image][2]

I would also recommend: [Android Bash Completion][4]


# Installation

## Snap
Expand Down Expand Up @@ -58,10 +55,6 @@ Compile and install:
$ adb logcat > /tmp/logcat.txt
$ cat /tmp/logcat.txt | logcat-colorize


That's it!


**Note**: I had written this as a quick approach in bash, but turns out it is pretty slow, specially pulling logcat from new devices (really a lot). So I decided to go a bit lower level and re-wrote this in C++. For reference, if you want to see the bash version, check out the [tag 0.2][3].


Expand Down

0 comments on commit 401ec2a

Please sign in to comment.