Merge "Add latency tracking for aiai" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ef4da349f8
@@ -731,7 +731,8 @@ public class StatsLogManager implements ResourceBasedOverride {
|
||||
enum LatencyType {
|
||||
UNKNOWN(0),
|
||||
COLD(1),
|
||||
HOT(2);
|
||||
HOT(2),
|
||||
TIMEOUT(3);
|
||||
|
||||
private final int mId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user