Commit a1a653f3 authored by Roman Aleksandrov's avatar Roman Aleksandrov Committed by Chromium LUCI CQ

oobe: Extend histogram

Fixed: 1165222,1160906
Change-Id: Ib1de78e8b170c58add51cbbcf1dc7f28e3eaadbe
Bug: 1165222
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632596
Commit-Queue: Roman Aleksandrov <raleksandrov@google.com>
Reviewed-by: default avatarCaitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#844575}
parent 058d71ce
...@@ -44,7 +44,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -44,7 +44,8 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<owner>raleksandrov@google.com</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<summary> <summary>
Time spent on error screens during enrollment or autoenrollment. Time spent on error screens during enrollment or autoenrollment. Recorded
when user leaves error screen.
</summary> </summary>
</histogram> </histogram>
...@@ -52,7 +53,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -52,7 +53,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
expires_after="2021-08-01"> expires_after="2021-08-01">
<owner>raleksandrov@google.com</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<summary>Time spent on error screens during signin.</summary> <summary>
Time spent on error screens during signin. Recorded when user leaves error
screen.
</summary>
</histogram> </histogram>
<histogram name="OOBE.ErrorScreensTime.Supervised" units="ms" <histogram name="OOBE.ErrorScreensTime.Supervised" units="ms"
...@@ -60,19 +64,23 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -60,19 +64,23 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<owner>raleksandrov@google.com</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<summary> <summary>
Time spent on error screens during supervised user creation. Time spent on error screens during supervised user creation. Recorded when
user leaves error screen.
</summary> </summary>
</histogram> </histogram>
<histogram name="OOBE.ErrorScreensTime.Update" units="ms" <histogram name="OOBE.ErrorScreensTime.Update" units="ms"
expires_after="2021-02-07"> expires_after="2021-08-01">
<owner>raleksandrov@google.com</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<summary>Time spent on error screens during update.</summary> <summary>
Time spent on error screens during update. Recorded when user leaves error
screen.
</summary>
</histogram> </histogram>
<histogram name="OOBE.EulaScreen.UserActions" enum="EulaScreenUserAction" <histogram name="OOBE.EulaScreen.UserActions" enum="EulaScreenUserAction"
expires_after="2021-02-02"> expires_after="2021-08-01">
<owner>raleksandrov@google.com</owner> <owner>raleksandrov@google.com</owner>
<owner>cros-oac@google.com</owner> <owner>cros-oac@google.com</owner>
<summary> <summary>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment