commit | ae255ee61b5e174c2164e58389b8a7ff8a95e14d | [log] [tgz] |
---|---|---|
author | Chris Wren <cwren@android.com> | Mon Jan 04 16:20:17 2016 -0500 |
committer | Chris Wren <cwren@android.com> | Mon Jan 04 16:20:17 2016 -0500 |
tree | 29bdc993fe26df051a30b139e95a0f5a6f1d224a | |
parent | 4a5b54fb3b02db53c1f46aafe07a318bdc5d7e3c [diff] |
fix ActivityMetricsLogger counter names Change-Id: I49e4785fdecfdbb60fc168539e654bcb7847d1dd
diff --git a/services/core/java/com/android/server/am/ActivityMetricsLogger.java b/services/core/java/com/android/server/am/ActivityMetricsLogger.java index 9680382..4101dde 100644 --- a/services/core/java/com/android/server/am/ActivityMetricsLogger.java +++ b/services/core/java/com/android/server/am/ActivityMetricsLogger.java
@@ -26,7 +26,7 @@ // Preallocated strings we are sending to tron, so we don't have to allocate a new one every // time we log. 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 long mLastLogTimeSecs;