Skip to content

gplay vitals

Read post-launch quality signals (crashes, ANRs, …) from Play vitals

gplay vitals [flags]
gplay vitals [command]
CommandDescription
gplay vitals anomaliesList Play-detected metric anomalies (unexpected crash/ANR spikes)
gplay vitals anrANR (App Not Responding) rate for a package (vitals anrrate preset)
gplay vitals crashesCrash rate for a package (vitals crashrate preset)
gplay vitals errorsRead crash/ANR error reports: counts, clustered issues, and individual reports
gplay vitals lmkLow-memory-kill rate for a package (vitals lmkrate preset)
gplay vitals queryQuery a Play vitals metric set (crashrate, anrrate, …) over a window
gplay vitals slowrenderingSlow rendering (janky frames) rate for a package (vitals slowrenderingrate preset)
gplay vitals slowstartSlow cold-start rate for a package (vitals slowstartrate preset)
FlagDescription
--account stringname of a stored Account to use (overrides env and active Account)
--retry intretry transient failures (transport errors, 5xx, 429) up to N times with exponential backoff (default: 0, no retry)
--service-account stringpath to a service-account JSON, or inline JSON content (overrides --account, env, and active Account)
--timeout durationper-request API timeout, e.g. 30s or 2m (default: 60s for control-plane calls, none for uploads)
-v, --verboselog flow steps to stderr (info level)