Add logging for AI mode suggestions in Toast.

Bug: 403371908
Test: Manual
Flag: EXEMPT Bugfix
Change-Id: I132fa0a168ac17373f90626f382bca7032d746d7
This commit is contained in:
Anushree Ganjam
2025-05-12 21:55:00 +00:00
parent 950b841d3d
commit be896cb6bc

View File

@@ -153,7 +153,7 @@ message TaskBarContainer {
}
}
// Next value 54
// Next value 55
enum Attribute {
option allow_alias = true;
@@ -229,6 +229,7 @@ enum Attribute {
WEB_SEARCH_RESULT_CALCULATOR = 37;
WEB_SEARCH_RESULT_URL = 38;
WEB_SEARCH_RESULT_RICH_ANSWER = 40;
WEB_SEARCH_RESULT_AI_MODE = 54;
WIDGETS_BOTTOM_TRAY = 28;
WIDGETS_TRAY_PREDICTION = 29;