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

Commit 68a63e0b authored by Becky Qiu's avatar Becky Qiu
Browse files

[Toast] Add a new latency type as FAIL.

Bug: 227696256
Test: no need to test.
Change-Id: I84cdbbfc605494062ba07d79bee96a006e7ea7a5
parent fe83fce4
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;