[AA+] Log app launches from AA+ search result container.

This change will update westworld logs for app launches from AA+ search result. Updates log's container info from AllAppsContainer -> AllAppsPlusSearchResultContainer.

Bug: 178562918
Change-Id: I9ffca27fea42951a57640ef36717c04ff0251506
This commit is contained in:
thiruram
2021-01-27 14:45:58 -08:00
parent aa793ff226
commit cbeb13d6c7
9 changed files with 138 additions and 14 deletions

View File

@@ -18,6 +18,8 @@ syntax = "proto2";
option java_package = "com.android.launcher3.logger";
option java_outer_classname = "LauncherAtom";
import "launcher_atom_extension.proto";
//
// ItemInfos
message ItemInfo {
@@ -55,6 +57,7 @@ message ContainerInfo {
SettingsContainer settings_container = 9;
PredictedHotseatContainer predicted_hotseat_container = 10;
TaskSwitcherContainer task_switcher_container = 11;
ExtendedContainers extended_containers = 20;
}
}