mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 10:26:52 +00:00
Merge "[Toast] Add a new latency type as FAIL." into tm-dev
This commit is contained in:
@@ -735,7 +735,8 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
UNKNOWN(0),
|
||||
COLD(1),
|
||||
HOT(2),
|
||||
TIMEOUT(3);
|
||||
TIMEOUT(3),
|
||||
FAIL(4);
|
||||
|
||||
private final int mId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user