diff options
author | 2023-03-04 01:42:26 +0000 | |
---|---|---|
committer | 2023-03-07 03:29:21 +0000 | |
commit | c762ef68d40b6975bcaa0709f59f4c74f7175990 (patch) | |
tree | 9ea73f60ef91160e0e25ff4575da9fc756e1bfa0 /protos | |
parent | a176ad060f03342dba36a12e76502b946b8854ed (diff) |
Log when taskbar is in task switcher container.
Test: wwdebug & wwlogcat
Bug: 261177876
Change-Id: Id4eda7ee7e4e2c1aa60e07d5b65410b3847d9ac6
Diffstat (limited to 'protos')
-rw-r--r-- | protos/launcher_atom.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index c638ba94d7..59829a6b30 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -128,6 +128,11 @@ message TaskBarContainer { // Bit encoded value to capture pinned and predicted taskbar positions. optional int32 cardinality = 2; + + // Container where taskbar was invoked. + oneof ParentContainer { + TaskSwitcherContainer task_switcher_container = 3; + } } // Next value 44 |