rogcat

Colorized Android logcat output wrapper with filtering and formatting

brewmacoslinux
Try with needOr install directly
Source

About

Adb logcat wrapper

Commands

rogcat

Examples

Display logcat output with color and automatic filtering$ rogcat
Filter logcat to show only messages from a specific app package$ rogcat --package com.example.app
Show only error and warning level logs with colors$ rogcat --level W