From e307f447d8cfc83ba95aebed64e79103275d5027 Mon Sep 17 00:00:00 2001 From: Thiru Ramasamy Date: Wed, 29 Sep 2021 12:46:38 -0700 Subject: [PATCH] Add LEGACY_SHORTCUT & ASSISTANT_MEMORY search results to launcher logging attribute. Test: Make NexusLauncherDebug Bug: 201559997 Change-Id: I308b29c25825c524e5c11bd3a690befdeb411e77 --- protos/launcher_atom.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index ca9f0631f1..d1bf15223b 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -152,6 +152,8 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25; ALL_APPS_SEARCH_RESULT_TIPS = 26; ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27; + ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30; + ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31; WIDGETS_BOTTOM_TRAY = 28; WIDGETS_TRAY_PREDICTION = 29;