[Launcher] Added comment to keep logging latency type in sync
Bug: b/279978057 Flag: No flag needed. Documentation change. Test: No test needed. Documentation change. Change-Id: I5bd7f260fe7e4e2a0c4a5aa005a3d7c80351af09
This commit is contained in:
@@ -831,6 +831,10 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
*/
|
||||
public interface StatsLatencyLogger {
|
||||
|
||||
/**
|
||||
* Should be in sync with:
|
||||
* google3/wireless/android/sysui/aster/asterstats/launcher_event_processed.proto
|
||||
*/
|
||||
enum LatencyType {
|
||||
UNKNOWN(0),
|
||||
// example: launcher restart that happens via daily backup and restore
|
||||
|
||||
Reference in New Issue
Block a user