summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-04-27 15:50:44 -0700
committerHyunyoung Song <hyunyoungs@google.com>2018-04-27 15:54:15 -0700
commit63311a2ddc61badcd6be63cc201cc14686753f76 (patch)
tree59a7fa9f8085923864679a5b884cb8201d68f3c7 /protos
parent15260fdd0094ad260db34207daffbb360629041d (diff)
downloadandroid_packages_apps_Trebuchet-63311a2ddc61badcd6be63cc201cc14686753f76.tar.gz
android_packages_apps_Trebuchet-63311a2ddc61badcd6be63cc201cc14686753f76.tar.bz2
android_packages_apps_Trebuchet-63311a2ddc61badcd6be63cc201cc14686753f76.zip
Add user event logging for clear all button
Bug: 72222505 ---------------------------------------------- Verified UserEvent: action:TAP UserEvent: Source child:CLEAR_ALL_BUTTON UserEvent: Elapsed container 8142 ms, session 11322 ms, action 0 ms ---------------------------------------------- Change-Id: I3ace51c30129728017c5eb198c52ab1bfd94c0ac
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 4013429b1..7e1543431 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -106,6 +106,7 @@ enum ControlType {
BACK_BUTTON = 11; // Deprecated, use enum Command instead
// GO_TO_PLAYSTORE
QUICK_SCRUB_BUTTON = 12;
+ CLEAR_ALL_BUTTON = 13;
}
// Used to define the action component of the LauncherEvent.