debugger-log-registry
Retrieve a summary of console logs captured from the app's JS runtime, including entry counts by level and message clusters grouped by similarity. Use this tool for an overview of warnings, errors, or unexpected output.
Instructions
Get a summary of all console logs captured from the app's JS runtime. Returns the log file path, entry counts by level, and message clusters (grouped by similarity). Works against Hermes (iOS / Android) and V8 (Chromium). Use when investigating warnings, errors, or unexpected output — call this first for an overview, then read the returned file for details. Returns empty stats if no log data has been captured yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Metro server port (ignored for Chromium) | |
| device_id | Yes | Device id from debugger-connect (iOS simulator UDID, Android logicalDeviceId, or Chromium device id). |