Extending DNS event reporting
am: bca2d211f6
Change-Id: I64e6a48fbbaa734447069b073c3499ef71af907c
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user