commit | d4db011b7c2c0045b472d24caaaf1d30f56eae98 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Dec 04 08:18:33 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Fri Dec 04 20:33:27 2020 +0800 |
tree | c1523151e6c59d2901ce753c3740909e4008c843 | |
parent | e3fdcc864f4e982225a06c0dc2c6144309d15424 [diff] |
Revert "Revert "Enable getaddrinfo parallel lookup by default"" This reverts commit aa483269e1ff88ceca3fd3d6930ec71075eb3ae9. Also set the required tls_frontend option in resolv_gold_test to make it compatible with parallel_lookup enabled. Reason for revert: The TLS issue is expected to be solved in aosp/1492679. Re-enable this feature by defualt. Bug: 168607036 Test: atest Change-Id: I62b84190006306a63d471c8ccd538bbc32720ab9
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.