commit | 3c28b5ed24b96ad433a3368147a1ce451fb7a7f2 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Dec 16 02:35:44 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 16 02:35:44 2020 +0000 |
tree | 17486b1fbe9c72eaa7e53e0b526475c84fc413d3 | |
parent | 58b921fee7a360af1a7586451dd5f673e01ab348 [diff] | |
parent | d347b3ba1c7b0ae893a0d44ad2c94e20bd26c87c [diff] |
Merge "Some cleaup in PrivateDnsConfiguration::startValidation" am: d347b3ba1c Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1529599 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I84c3df21629982db887279eee05ce01e9cd2b9d4
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.