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