commit | 4a79e3c3f785687e1e738c8331dbefe4c96df738 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Apr 23 13:05:00 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 23 13:05:00 2020 +0000 |
tree | a2d8c84860bc336824f5196884137a35d5aa473e | |
parent | 803522642001b7b0b59f099d071e254e656debf4 [diff] | |
parent | 0a0870d8bc6fe1b1e371a277efb65c7a204a30a2 [diff] |
Merge changes I23cdcdf8,I3c970b63 * changes: Do the A/AAAA lookup in parallel for getaddrinfo Keep listening for UDP responses after sending the next retry
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.