Commit 71852822 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Add UserAction when the doodle is tapped

This can be useful for breadcrumbs or other metrics purpose.

Added on crrev.com/i/3115706.

Bug: 1082908
Change-Id: Ide69472a86d42276bcee9049eb90ef3bdf2a1bea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241129
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Auto-Submit: Gauthier Ambard <gambard@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778850}
parent 0a8de32c
...@@ -8602,6 +8602,18 @@ should be able to be added at any place in this file. ...@@ -8602,6 +8602,18 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description> <description>Please enter the description of this user action.</description>
</action> </action>
<action name="IOS.NTP.Doodle.Tapped">
<owner>gambard@chromium.org</owner>
<owner>justincohen@chromium.org</owner>
<description>
Recorded when the user is tapping the doodle on the NTP. There is also a
histogram (NewTabPageActioniOS::doodle), but histograms are not recorded in
Breadcrumbs. iOS Breadcrumbs attaches steps the user performed in the app to
crash logs. These steps can help debug causes of crashes when the stack
doesn't provide enough information.
</description>
</action>
<action name="IOS.PageZoom.ZoomIn"> <action name="IOS.PageZoom.ZoomIn">
<owner>rkgibson@google.com</owner> <owner>rkgibson@google.com</owner>
<owner>gambard@chromium.org</owner> <owner>gambard@chromium.org</owner>
......
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