commit | 0c071ce79c2a941e55cf8437649626990e68f877 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Apr 07 12:26:35 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 07 12:26:35 2021 +0000 |
tree | 20f8a64378954421612e343e1657a08aeee1a4bb | |
parent | 765f9e07d4735793934d265da3566bdfa1e68ab9 [diff] | |
parent | 12849103c0422b3fad0e1bbe793f236e8d6754a5 [diff] |
[automerger skipped] Using tokio to complete the rust DoH query implementation am: 0841e31bc0 -s ours am: 429b28bc52 -s ours am: 12849103c0 -s ours am skip reason: skip tag Change-Id I21945b25e3e4e04e6110030d45b82fa1acf6c409 with SHA-1 09132f63a4 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1580288 Change-Id: I199dde8a2974093f8b92a5231a7e4a2066bc5eab
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.