AI Agent Hub
Back to plugins
🖥️

dsh-adb-logcat

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install dxsdyhm/dsh-adb-logcat

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install dxsdyhm/dsh-adb-logcat in the DeepSeek Harness terminal to install this plugin; the project source is available at https://github.com/dxsdyhm/dsh-adb-logcat. Restart dsh web after installation.

About this plugin

Debugging Android apps usually means leaving the browser, opening a terminal, or switching to a desktop IDE just to glance at logcat. dsh-adb-logcat eliminates that context switch by embedding a live ADB logcat panel directly inside the DSH Web GUI. Capture starts automatically the moment the panel opens and a device is online, so you never have to type a command to see logs. The panel supports level filtering across V/D/I/W/E/F, keyword-or-regex text and tag search, and theme-aware color coding (gray, blue, green, amber, red, bright red). You can dock the panel below the chat composer or let it float as a bottom-right capsule, drag its top edge to resize the log area, and toggle word-wrap, full-width, and auto-scroll on the fly.

The plugin is built for developers who maintain Android projects alongside their DSH workflow and want instant log inspection without ever leaving the page. On the security side, the host exposes a loopback-only HTTP gateway; remote browsers receive a 403. All device access is handled through a host-side subprocess service with no shell string interpolation, keeping the attack surface tight while you focus on reading logs.

Use Cases

  • Inspect live ADB logcat from inside the DSH Web GUI while an Android app is running
  • Filter logs by level, keyword, or regex without opening a terminal or desktop IDE
  • Dock or float the log panel alongside the chat composer for side-by-side debugging

Best For

  • Developers maintaining Android projects within their DSH workflow
  • Engineers who prefer in-browser debugging over frequent window switching
  • Developers or QA staff who need quick logcat inspection to triage Android issues