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

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

Extending DNS event reporting

am: 6e54239e

Change-Id: I64e6a48fbbaa734447069b073c3499ef71af907c
parents 57ee5d7e 6e54239e
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);
        }
    }