rustycat-android-0.1.1 is not a library.
About
RustyCat is a modern Android logcat viewer written in Rust that makes debugging Android applications more pleasant with colored output and smart formatting.
Features
- ๐จ Colored log levels (Debug, Info, Warning, Error, Verbose, Fatal)
- ๐ท๏ธ Smart tag coloring with 12 distinct colors
- โฐ Precise timestamps with millisecond precision
- ๐ฑ Package filtering support (e.g., com.example.app or com.example.*)
- ๐ Intelligent tag display (shows tags only when they change)
- ๐ Clean formatting with proper padding and alignment
- ๐ Multi-line log support with proper indentation
- โจ๏ธ Interactive mode (press 'q' to quit)
- ๐งน Automatic logcat buffer clearing on start
Installation
Usage
Filter by package name:
Filter with wildcard:
Acknowledgments
Built with โค๏ธ using Rust
Inspired by traditional logcat viewers like pidcat