An open API service indexing awesome lists of open source software.

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

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`

![logcrab screenshot](assets/logcrab-screenshot.png)