commit | 0a0870d8bc6fe1b1e371a277efb65c7a204a30a2 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Feb 12 20:41:10 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Apr 23 11:24:08 2020 +0800 |
tree | 3e456a626bb0328dd501be0977eb964a7e02bccc | |
parent | 420ee62b06ac818ba62bdbe9086ba0cc27f96a9e [diff] |
Do the A/AAAA lookup in parallel for getaddrinfo Create threads for each A/AAAA lookup. The functionality is disabled for now. Bug: 2609013 Bug: 135717624 Bug: 151698212 Test: atest Change-Id: I23cdcdf800d2f9ee42b5f19a5dd2045cdf61d41f
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.