Loading android/app/src/com/android/bluetooth/btservice/MetricsLogger.java +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class MetricsLogger { protected void drainBufferedCounters() { Log.i(TAG, "drainBufferedCounters()."); synchronized (mLock) { // send mCounters to westworld // send mCounters to statsd for (int key : mCounters.keySet()) { writeCounter(key, mCounters.get(key)); } Loading android/app/tests/unit/src/com/android/bluetooth/btservice/MetricsLoggerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ public class MetricsLoggerTest { } /** * Test add counters and send them to westworld * Test add counters and send them to statsd */ @Test public void testAddAndSendCountersNormalCases() { Loading Loading
android/app/src/com/android/bluetooth/btservice/MetricsLogger.java +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class MetricsLogger { protected void drainBufferedCounters() { Log.i(TAG, "drainBufferedCounters()."); synchronized (mLock) { // send mCounters to westworld // send mCounters to statsd for (int key : mCounters.keySet()) { writeCounter(key, mCounters.get(key)); } Loading
android/app/tests/unit/src/com/android/bluetooth/btservice/MetricsLoggerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -136,7 +136,7 @@ public class MetricsLoggerTest { } /** * Test add counters and send them to westworld * Test add counters and send them to statsd */ @Test public void testAddAndSendCountersNormalCases() { Loading