query_frida_logs
Retrieve frida.log from an Android device and filter logs by keyword, class, method, or time window to analyze app behavior.
Instructions
Pull frida.log and view a short keyword or time-window slice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetPackage | Yes | ||
| serial | No | ||
| outputDir | No | ||
| limit | No | ||
| query | No | ||
| className | No | ||
| methodName | No | ||
| timeFrom | No | ||
| timeTo | No | ||
| dryRun | No |