commit | 3e2cf28643fe185f185945d694ca73f345a2e7e3 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Apr 07 11:26:40 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 07 11:26:40 2021 +0000 |
tree | e1d542d463055d846e3959ec4a014d9428afa21b | |
parent | 46ba3b10c0403e3450e1ec244e346bd136cd254b [diff] | |
parent | 429b28bc521681c076818bec958310fd4ecf22c5 [diff] |
[automerger skipped] Using tokio to complete the rust DoH query implementation am: 0841e31bc0 -s ours am: 429b28bc52 -s ours am skip reason: skip tag Change-Id I21945b25e3e4e04e6110030d45b82fa1acf6c409 with SHA-1 5b7787ece4 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1580288 Change-Id: If51e3834202a8e67b660958e0f2cc30a02eeedcd
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.