get_wakelock_rate
Fetch daily stuck background wake lock rate per version code to identify apps holding wakelocks excessively in the background, helping avoid performance penalties.
Instructions
Fetch stuck background wake lock rate from Android Vitals.
Returns daily stuckBackgroundWakelockRate and distinctUsers by version code. Excessive wakelock holding (>1 hour in background) may be penalized.
Args: package_name: Package name, e.g. com.example.myapp days: Past days to include (default 7, max 30). version_code: Optional version code filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| package_name | Yes | ||
| version_code | No |