Add SCREENSHOT_SAVE_TO_WORK_PROFILE log enum.
Bug: 258490918 Test: N/A Change-Id: I0e165bc8c16f7907bf10e52f31ce1e11a4fb885a
This commit is contained in:
@@ -89,7 +89,9 @@ public enum ScreenshotEvent implements UiEventLogger.UiEventEnum {
|
||||
@UiEvent(doc = "User has saved a long screenshot to a file")
|
||||
SCREENSHOT_LONG_SCREENSHOT_SAVED(910),
|
||||
@UiEvent(doc = "User has discarded the result of a long screenshot")
|
||||
SCREENSHOT_LONG_SCREENSHOT_EXIT(911);
|
||||
SCREENSHOT_LONG_SCREENSHOT_EXIT(911),
|
||||
@UiEvent(doc = "A screenshot has been taken and saved to work profile")
|
||||
SCREENSHOT_SAVED_TO_WORK_PROFILE(1240);
|
||||
|
||||
private final int mId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user