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

Commit a69a46e8 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by hyunyoungs
Browse files

Add latency tracking for aiai

Bug: 210790418
Test: go/toast-latency-ondevice
Change-Id: I7b80da138b4dcfef998c6b9921317650795612e7
parent b0416cc4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;