0

updater: update functional spec for updater first install pings

Bug: 374957472
Change-Id: Ic8110f0e0543204367bc69c2980a732051685235
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071823
Reviewed-by: Sorin Jianu <sorin@chromium.org>
Commit-Queue: Sorin Jianu <sorin@chromium.org>
Auto-Submit: S Ganesh <ganesh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1391892}
This commit is contained in:
S. Ganesh
2024-12-04 22:33:21 +00:00
committed by Chromium LUCI CQ
parent d87ed78def
commit f0fbd5916d

@ -1509,7 +1509,10 @@ any piece of software it manages is permitted to send usage stats.
### Telemetry
When the updater installs an application (an installer is run) it sends an
event with `"eventtype": 2` indicating the outcome of installation. The updater
does not send such a ping for its own installation.
does not send such a ping for its own successful installation, but if the
updater installation fails, then the updater sends an error event with
`"eventtype": 2`. For example:
`"event":[{"errorcode":75075,"eventresult":1,"eventtype":2,`.
When the updater updates an application (including itself) it sends an
event with `"eventtype": 3` indicating the outcome of update operation.