mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Introduce shortcut container for hotseat event reporting
Bug: 170636685 Test: Manual Change-Id: I5abeb17976bbafdc8cc74fb8b9a586d544c682fc
This commit is contained in:
@@ -250,6 +250,9 @@ public class AppEventProducer implements StatsLogConsumer {
|
||||
case PREDICTION_CONTAINER: {
|
||||
return "predictions";
|
||||
}
|
||||
case SHORTCUTS_CONTAINER: {
|
||||
return "shortcuts";
|
||||
}
|
||||
case FOLDER: {
|
||||
FolderContainer fc = ci.getFolder();
|
||||
switch (fc.getParentContainerCase()) {
|
||||
|
||||
Reference in New Issue
Block a user