commit | 5bc3d458b2976520378a0340d05198bc1d1f7c33 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Dec 07 03:56:08 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 07 03:56:08 2020 +0000 |
tree | f7de0c6e9557fc27b6503445f8d1c218bdc027a7 | |
parent | 8bc89313d1494d75412098a9f2a813c4d6dee270 [diff] | |
parent | 0a272a2ef37f6527b7749c245fa95c8bf7daf3e7 [diff] |
Merge changes I44e7d51e,I62b84190 * changes: Change parallel_lookup flag name for preparing release Revert "Revert "Enable getaddrinfo parallel lookup by default""
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.