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