gplay vitals
Read post-launch quality signals (crashes, ANRs, …) from Play vitals
gplay vitals [flags] gplay vitals [command]Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
gplay vitals anomalies | List Play-detected metric anomalies (unexpected crash/ANR spikes) |
gplay vitals anr | ANR (App Not Responding) rate for a package (vitals anrrate preset) |
gplay vitals crashes | Crash rate for a package (vitals crashrate preset) |
gplay vitals errors | Read crash/ANR error reports: counts, clustered issues, and individual reports |
gplay vitals lmk | Low-memory-kill rate for a package (vitals lmkrate preset) |
gplay vitals query | Query a Play vitals metric set (crashrate, anrrate, …) over a window |
gplay vitals slowrendering | Slow rendering (janky frames) rate for a package (vitals slowrenderingrate preset) |
gplay vitals slowstart | Slow cold-start rate for a package (vitals slowstartrate preset) |
Global flags
Section titled “Global flags”| Flag | Description |
|---|---|
--account string | name of a stored Account to use (overrides env and active Account) |
--retry int | retry transient failures (transport errors, 5xx, 429) up to N times with exponential backoff (default: 0, no retry) |
--service-account string | path to a service-account JSON, or inline JSON content (overrides --account, env, and active Account) |
--timeout duration | per-request API timeout, e.g. 30s or 2m (default: 60s for control-plane calls, none for uploads) |
-v, --verbose | log flow steps to stderr (info level) |