Loading src/com/android/launcher3/logging/StatsLogManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -797,6 +797,7 @@ public class StatsLogManager implements ResourceBasedOverride { enum LatencyType { UNKNOWN(0), // example: launcher restart that happens via daily backup and restore COLD(1), HOT(2), TIMEOUT(3), Loading @@ -804,7 +805,9 @@ public class StatsLogManager implements ResourceBasedOverride { COLD_USERWAITING(5), ATOMIC(6), CONTROLLED(7), CACHED(8); CACHED(8), // example: device is rebooting via power key or shell command `adb reboot` COLD_DEVICE_REBOOTING(9); private final int mId; LatencyType(int id) { Loading Loading
src/com/android/launcher3/logging/StatsLogManager.java +4 −1 Original line number Diff line number Diff line Loading @@ -797,6 +797,7 @@ public class StatsLogManager implements ResourceBasedOverride { enum LatencyType { UNKNOWN(0), // example: launcher restart that happens via daily backup and restore COLD(1), HOT(2), TIMEOUT(3), Loading @@ -804,7 +805,9 @@ public class StatsLogManager implements ResourceBasedOverride { COLD_USERWAITING(5), ATOMIC(6), CONTROLLED(7), CACHED(8); CACHED(8), // example: device is rebooting via power key or shell command `adb reboot` COLD_DEVICE_REBOOTING(9); private final int mId; LatencyType(int id) { Loading