[AA+ Search] Add logging for header search icon tapping events.
Logging example for the search icon tapping event: https://paste.googleplex.com/4809431536631808 Bug: 198507048 Test: tested with AiAi apk with search icon sent as child of header. Change-Id: Ibbaec61b93c30a99ea2ffef8d7342490ba37335d
This commit is contained in:
@@ -518,7 +518,10 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
LAUNCHER_TASKBAR_LONGPRESS_HIDE(896),
|
||||
|
||||
@UiEvent(doc = "User long pressed on the taskbar gesture handle to show the taskbar")
|
||||
LAUNCHER_TASKBAR_LONGPRESS_SHOW(897);
|
||||
LAUNCHER_TASKBAR_LONGPRESS_SHOW(897),
|
||||
|
||||
@UiEvent(doc = "User clicks on the search icon on header to launch search in app.")
|
||||
LAUNCHER_ALLAPPS_SEARCHINAPP_LAUNCH(913);
|
||||
|
||||
// ADD MORE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user