commit | c9f623a19342e720b8ac11fdcb562afa6a3f7027 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Dec 10 05:31:40 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 10 05:31:40 2020 +0000 |
tree | 51efb302ca6e7ad2281d1582e1bd385b19528661 | |
parent | be92a7ec5aedfcb58aeb3f52c8ed1080c75239a3 [diff] | |
parent | 9100c294d93140af92134594764e0b09aceb3acf [diff] |
Merge "Improve prioritizing DNS servers to handle no permission failure"
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.