mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
[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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user