/android-log
Clear logcat and stream filtered logs from the running Android app.
$ npx -y skills add tanlethanh/zedra --agent claude-codeHow 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.mdClear 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
An experimental remote code editor on mobile with GPU-accelerated rendering powered by Zed's GPUI, P2P tunnel over QUIC/UDP by Iroh.
Repo: tanlethanh/zedra
Other commands on zedra.
- /android-build
Build the Rust libraries and install the APK to the connected Android device. Does NOT launch the app or monitor logs.
Open command - /android-dev
Build, install, launch, and monitor the Android app.
Open command - /devtool
Drive the Zedra Android UI from the agent via the in-app GPUI devtool HTTP server.
Open command - /ios-dev
Build, install, launch, and monitor the iOS app on a connected device.
Open command - /ios-log
Stream and analyze logs from a USB-connected iOS device running Zedra.
Open command - /perf-debug
Capture and analyze performance diagnostics from the running Android app.
Open command

