flipper_log
Capture a live log stream from your Flipper Zero for a set period. Monitor app output in real time to debug issues.
Instructions
Capture the device's live log stream for a fixed number of seconds. Useful for watching an app's FURI_LOG output while it runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| level | No | Optional log level to set for the session | |
| duration | No | Seconds to capture (max 60) |