Introduce shortcut container for hotseat event reporting

Bug: 170636685
Test: Manual
Change-Id: I5abeb17976bbafdc8cc74fb8b9a586d544c682fc
This commit is contained in:
Samuel Fufa
2020-10-12 09:33:00 -07:00
parent 8d5b118060
commit 9a6145efb8

View File

@@ -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()) {