commit | b6e255d10a5e9e6d7fb88c348fee0103fde1ae1b | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Aug 17 05:10:00 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 17 05:10:00 2021 +0000 |
tree | 6766366a0e2b205f7bd11cae816abde040fdbd6e | |
parent | 97c70e0f35963f1b425d757d0fcf680cbc613a57 [diff] | |
parent | dce6cbfab9ad5af7b03213f45fe75aa4dc5c0064 [diff] |
Merge "Enlarge the DoH query timeout and the server probe timeout"
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.