commit | 58b921fee7a360af1a7586451dd5f673e01ab348 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Dec 16 02:35:21 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 16 02:35:21 2020 +0000 |
tree | 67fcbb1db9c2de7431b1966c94f219cc962cd98f | |
parent | 57dbe4a89ee2e88c4b4ccdd179b390ff66be80a7 [diff] | |
parent | 2b5e9544ecc4aa295db6d1476bf3dd603c62c9d0 [diff] |
Merge "Support sending validation request to PrivateDnsConfiguration" am: 2b5e9544ec Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1516272 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ice2aa24dc38800d65539bc1c74b750ab128b5632
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.