From 5b89b31b127f62ce2936e40ba5ec723c31dcc5b0 Mon Sep 17 00:00:00 2001 From: Brian Isganitis Date: Mon, 11 Apr 2022 12:09:34 -0700 Subject: Log taskbar all apps entrypoint, launches, and drags Test: wwdebug, wwlogcat, ensure container is formatted as follows: container_info { all_apps_container { taskbar { } } } Bug: 204696617 Change-Id: I2492b133f95fccb059010bc9e5ed6cce73c211f9 --- protos/launcher_atom.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protos') diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index cf854ed011..10eedc8578 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -76,6 +76,9 @@ message ContainerInfo { // Represents the apps list sorted alphabetically inside the all-apps view. message AllAppsContainer { + oneof ParentContainer { + TaskBarContainer taskbar_container = 1; + } } message WidgetsContainer { @@ -83,6 +86,9 @@ message WidgetsContainer { // Represents the predicted apps row(top row) in the all-apps view. message PredictionContainer { + oneof ParentContainer { + TaskBarContainer taskbar_container = 1; + } } // Represents the apps container within search results. -- cgit v1.2.3