Add Ime transition type, Controlled and Atomic to LatencyType.
Bug: 240192346 Bug: 234812580 Test: Manual Change-Id: I90042aa41acb1a01e3c45f67ccdc9c0f2f0eaf81
This commit is contained in:
@@ -744,8 +744,9 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
HOT(2),
|
||||
TIMEOUT(3),
|
||||
FAIL(4),
|
||||
COLD_USERWAITING(5);
|
||||
|
||||
COLD_USERWAITING(5),
|
||||
ATOMIC(6),
|
||||
CONTROLLED(7);
|
||||
private final int mId;
|
||||
|
||||
LatencyType(int id) {
|
||||
|
||||
Reference in New Issue
Block a user