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

Commit dff0613e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Cleanup bt MetricsLogger" into tm-dev

parents 9d1aed04 6cfe2673
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
            }
+2 −2
Original line number Diff line number Diff line
@@ -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() {