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

Commit 93518355 authored by Michal Karpinski's avatar Michal Karpinski Committed by android-build-merger
Browse files

Extending DNS event reporting am: 6e54239e

am: 8c32fd2d

Change-Id: Ia12eb058152589c62e541f6198880f7ce421023c
parents 6f605a4e 8c32fd2d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ public class NetdEventListenerServiceTest extends TestCase {

    void log(int netId, int[] latencies) {
        for (int l : latencies) {
            mNetdEventListenerService.onDnsEvent(netId, EVENT_TYPE, RETURN_CODE, l);
            mNetdEventListenerService.onDnsEvent(netId, EVENT_TYPE, RETURN_CODE, l, null, null, 0,
                    0);
        }
    }