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