Skip to content
Development
Command

/android-log

Clear logcat and stream filtered logs from the running Android app.

From plugin
zedra
1738 skills8 commands
Install
$ npx -y skills add tanlethanh/zedra --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/android-log

Context preview

What this command does when you run it.

Clear logcat and stream filtered logs from the running Android app.

Command definition

android-log.md

Clear logcat and stream filtered logs from the running Android app.

Run this command and monitor the output:

adb logcat -c && adb logcat -s zedra:V RustStdoutStderr:V AndroidRuntime:E *:S

Watch for ~15 seconds, then report any errors, warnings, crashes, or notable log output. Use timeout to stop if needed:

timeout 15 adb logcat -s zedra:V RustStdoutStderr:V AndroidRuntime:E *:S
Ships withzedra

An experimental remote code editor on mobile with GPU-accelerated rendering powered by Zed's GPUI, P2P tunnel over QUIC/UDP by Iroh.

Get the whole plugin