commit | aa483269e1ff88ceca3fd3d6930ec71075eb3ae9 | [log] [tgz] |
---|---|---|
author | Martin Wu <martinwu@google.com> | Wed Nov 04 08:32:25 2020 +0000 |
committer | Martin Wu <martinwu@google.com> | Wed Nov 04 08:32:25 2020 +0000 |
tree | 90d69016b5da9296537da5066f9acba34c3afbce | |
parent | b32cab38a0e02d2ed04eeba30f7c56cefdf0e1b9 [diff] |
Revert "Enable getaddrinfo parallel lookup by default" This reverts commit b32cab38a0e02d2ed04eeba30f7c56cefdf0e1b9. Reason for revert: DNS resolution times for the tests over VPN have increased significantly. Disable Parallel lookup by default to ensure safe release. Bug: b/171413368 Test: atest Change-Id: I978fe4023dddf76e2866a9600b775450537a8dfa
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.