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