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

Commit 2fdbd093 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Cleanup bt MetricsLogger" into tm-dev am: dff0613e

parents f10973de dff0613e
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() {