https://github.com/jochasinga/logcrab
A simple color utility for viewing log from Android logcat
https://github.com/jochasinga/logcrab
Last synced: about 1 year ago
JSON representation
A simple color utility for viewing log from Android logcat
- Host: GitHub
- URL: https://github.com/jochasinga/logcrab
- Owner: jochasinga
- Created: 2018-12-14T03:59:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T04:02:12.000Z (over 7 years ago)
- Last Synced: 2025-02-02T08:45:36.726Z (over 1 year ago)
- Language: Rust
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logcrab
A simple color utility for viewing log from Android's [logcat](https://developer.android.com/studio/command-line/logcat).
## build
[Install Rust](https://www.rust-lang.org/tools/install), then
```shell
$ cd logcrab; cargo build --release
$ export PATH=$PATH:/target/release # just a convenient way of using it anywhere
```
## usage
`adb logcat | logcrab`
