This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Change execution policy: Set-ExecutionPolicy -Scope Process Unrestricted | |
| # Run this script, and then 'adb logcat | color-logcat' | |
| Function global:color-logcat { | |
| Process { | |
| if ($_) { | |
| $color = "White" | |
| $fgcolor = "Black" | |
| if($_ -match [regex]"\s[V]\s") { |