commit | f90c0e83c7492bbf9f9ac3bff35bb20b4e0cf1d4 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Apr 08 17:04:04 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 08 17:04:04 2021 +0000 |
tree | 4f82b3081f929d08574722791c364a64edd917ee | |
parent | a7154383f7948dda758189b8bedcc75ac069f9dd [diff] | |
parent | f71a722729602c696926f72e542366eada88defa [diff] |
[automerger skipped] Using tokio to complete the rust DoH query implementation am: f71a722729 -s ours am skip reason: skip tag Change-Id I616933251aec49c60c850198c0594861009c2bb8 with SHA-1 0ce8055d3e is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/14125670 Change-Id: I1c7e213e5792b4289ed7c7236c8c3623aebde7a8
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.