From 03b69e4f324f59cb7c7f09adff61a35b09955c94 Mon Sep 17 00:00:00 2001 From: Anushree Ganjam Date: Tue, 28 Feb 2023 00:40:58 +0000 Subject: [PATCH] Add logging for EDUCARD resultType. For Impression logging, the educard resultType is not logged correctly. Bug: 267503356 Test: Manual Change-Id: Ibca6392a85d2fbd7b6d26a4f3665307af0ead8f3 --- protos/launcher_atom.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index c8a7d85415..c638ba94d7 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -130,7 +130,7 @@ message TaskBarContainer { optional int32 cardinality = 2; } -// Next value 43 +// Next value 44 enum Attribute { UNKNOWN = 0; DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat @@ -176,6 +176,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31; ALL_APPS_SEARCH_RESULT_VIDEO = 41; ALL_APPS_SEARCH_RESULT_SYSTEM_POINTER = 42; + ALL_APPS_SEARCH_RESULT_EDUCARD = 43; // Web suggestions provided by AGA ALL_APPS_SEARCH_RESULT_WEB_SUGGEST = 39;