Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1aff9578 authored by Becky Qiu's avatar Becky Qiu
Browse files

[Toast] Add a new type for AppSearch latency logging.

Bug: 261075521
Test: local
Change-Id: If480d326349027d0fe6e1208c68e49f1900cd3bf
parent 5c46bea3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -779,7 +779,8 @@ public class StatsLogManager implements ResourceBasedOverride {
            FAIL(4),
            COLD_USERWAITING(5),
            ATOMIC(6),
            CONTROLLED(7);
            CONTROLLED(7),
            CACHED(8);
            private final int mId;

            LatencyType(int id) {