0.1.11 • Published 10 months ago

logcat-in-devtools v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Logcat in devtools

View android adb logcat logs in chrome devtools console

Screenshot

image

Prerequisites

  • Android Debug Bridge (adb) should be installed and available in PATH and
  • adb devices command should success list the connected device

    $ adb devices
    List of devices attached
    DEVICE_SERIAL_xxxx     device

Basic Usage

npx logcat-in-devtools@latest

Advanced Usage

# Clean logcat buffer before start and also print logcat log in terminal
npx logcat-in-devtools@latest --clean --show-log

# only print messages which include "aaa" or "bbb" or "ccc"
npx logcat-in-devtools@latest  --match="aaa\|bbb\|ccc" --show-log

# use device with given serial
npx logcat-in-devtools@latest --serial DEVICE_SERIAL_xxxx

Cli options

$ npx logcat-in-devtools@latest --help

Usage: logcat-in-devtools [options]

View android adb logcat logs in chrome devtools console

Options:
  -V, --version          output the version number
  -c, --clean            clean logcat buffer before start
  -l, --show-log         also print logcat log in terminal
  -m, --match <RegExp>   only print messages that match RegExp
  -s, --serial <SERIAL>  use device with given serial (overrides $ANDROID_SERIAL)
  -h, --help             display help for command
0.1.10

10 months ago

0.1.11

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.9

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago