commit | 0c7b1ca271d4a52d5de8e2b1433f04e96b3d1079 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Oct 07 02:44:13 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 07 02:44:13 2020 +0000 |
tree | a07fcd83163406927fc43e76291466b93884d78f | |
parent | b6867372f267e34ccf37e95224e89d4a3fc3179e [diff] | |
parent | bb499099049600074e3c4d7a5098b7c2be1ce9ab [diff] |
Merge changes Iceb7bc7f,I37afed96,I6a0a4c96 * changes: Make DoT retries configurable Move connectTimeout to DnsTlsSocket Allow to do TLS handshake on DnsTlsSocket loop thread
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.