commit | c706d7e150f67cb4dfa2df2e4fe2786ef15cfd85 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Apr 26 07:41:08 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Apr 26 07:41:08 2021 +0000 |
tree | 8f2a558084c48b2b31d51e3935b15a804756ba1a | |
parent | 1837ecc803194aaeefc5405f7877005f3260b8a7 [diff] | |
parent | 64d6d3a3a0535dc031db2b8ba3e43fab9aa0d439 [diff] |
Merge "Add more unit test for doh" into mainline-prod
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.