commit | 2c5287fc13367c10688a1ad605aac2a0ea460dcd | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Jun 15 09:57:17 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 15 09:57:17 2021 +0000 |
tree | 64b9f1ed3712181ae41e4eef61d2e3ceae64d419 | |
parent | c9ae70a783c7f26eafa3dcac6bddc7f223e5162a [diff] | |
parent | c47e5d708487baefcb63189fc99a068460323884 [diff] |
Implement DNS probe in DoT validation am: c47e5d7084 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1733919 Change-Id: I6efd992da5f1522b48f84b273a15ff145c9b91a1
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.