commit | d213816395ed6dcca51dc28413aa0869a2330616 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Dec 10 05:53:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 10 05:53:55 2020 +0000 |
tree | 51efb302ca6e7ad2281d1582e1bd385b19528661 | |
parent | be92a7ec5aedfcb58aeb3f52c8ed1080c75239a3 [diff] | |
parent | c9f623a19342e720b8ac11fdcb562afa6a3f7027 [diff] |
Merge "Improve prioritizing DNS servers to handle no permission failure" am: c9f623a193 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1517559 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4937b4ff46e8c23ee0b907132cf94e03bfa91719
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.