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

Commit 4bd4f40f authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "fix ActivityMetricsLogger counter names"

parents 09bc4e0b ae255ee6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@ class ActivityMetricsLogger {
    // Preallocated strings we are sending to tron, so we don't have to allocate a new one every
    // Preallocated strings we are sending to tron, so we don't have to allocate a new one every
    // time we log.
    // time we log.
    private static final String[] TRON_WINDOW_STATE_VARZ_STRINGS = {
    private static final String[] TRON_WINDOW_STATE_VARZ_STRINGS = {
            "tron_varz_window_time_0", "tron_varz_window_time_1", "tron_varz_window_time_2"};
            "window_time_0", "window_time_1", "window_time_2"};


    private int mWindowState = WINDOW_STATE_STANDARD;
    private int mWindowState = WINDOW_STATE_STANDARD;
    private long mLastLogTimeSecs;
    private long mLastLogTimeSecs;