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

Commit 9911e708 authored by Becky Qiu's avatar Becky Qiu Committed by Automerger Merge Worker
Browse files

Merge "[Toast] Add a new latency type as FAIL." into tm-dev am: f13d3cca

parents 6ac0e568 f13d3cca
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -735,7 +735,8 @@ public class StatsLogManager implements ResourceBasedOverride {
            UNKNOWN(0),
            UNKNOWN(0),
            COLD(1),
            COLD(1),
            HOT(2),
            HOT(2),
            TIMEOUT(3);
            TIMEOUT(3),
            FAIL(4);


            private final int mId;
            private final int mId;