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

Commit c99da62f authored by Becky Qiu's avatar Becky Qiu Committed by Android (Google) Code Review
Browse files

Merge "[Toast] Add a new type for AppSearch latency logging." into tm-qpr-dev

parents 9f775cab 1aff9578
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) {