rogcat icon indicating copy to clipboard operation
rogcat copied to clipboard

A `adb logcat` wrapper

Results 7 rogcat issues
Sort by recently updated
recently updated
newest added

Allow projects using boost logging to use nice rogcat colours The setup for boost logging should look like this: "%TimeStamp% %ProcessID% %ThreadID% %Process%: %Message%" Closes #36

Most close to logcat config would be this configuration: "%TimeStamp% %ProcessID% %ThreadID% %Process%: %Message%"

The app will use multiple tags, so it is nice to filter log by process id.

When filtering live adb logs with formatted output, occasionally the last match is missing (as it's still buffered, but not yet printed).

Add a parser for the (default) fuchsia (`fx`) log format. Invoke either by ``` fx log | rogcat - ``` or ``` rogcat fx ```