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