mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Log LAUNCHER_FOLDER_AUTO_LABELING_SKIPPED events.
These events will help to understanding recall reduction is due to data coverage vs label coverage. Bug: 159495871 Change-Id: Ia5e2cbab86f5f2072f9674fbd6abcdbc049929ee
This commit is contained in:
@@ -71,6 +71,12 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
@UiEvent(doc = "Folder's label is automatically assigned.")
|
||||
LAUNCHER_FOLDER_AUTO_LABELED(591),
|
||||
|
||||
@UiEvent(doc = "Could not auto-label a folder because primary suggestion is null or empty.")
|
||||
LAUNCHER_FOLDER_AUTO_LABELING_SKIPPED_EMPTY_PRIMARY(592),
|
||||
|
||||
@UiEvent(doc = "Could not auto-label a folder because no suggestions exist.")
|
||||
LAUNCHER_FOLDER_AUTO_LABELING_SKIPPED_EMPTY_SUGGESTIONS(593),
|
||||
|
||||
@UiEvent(doc = "User manually updated the folder label.")
|
||||
LAUNCHER_FOLDER_LABEL_UPDATED(460),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user