query_agent_logs
Retrieve and combine SQLite hit logs with Frida traces into a single view for efficient Android debugging.
Instructions
Build a short unified log view from sqlite hits, short context, and frida.log supplements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetPackage | Yes | ||
| serial | No | ||
| query | No | ||
| entryId | No | ||
| fields | No | ||
| outputDir | No | ||
| limit | No | ||
| className | No | ||
| methodName | No | ||
| timeFrom | No | ||
| timeTo | No | ||
| contextWindowMs | No | ||
| limitBefore | No | ||
| limitAfter | No | ||
| fridaLimit | No | ||
| dryRun | No |