commit | 90311c87133f840f62fafdabe73d1f186032fad8 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Sep 23 09:19:13 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 23 09:19:13 2021 +0000 |
tree | cf6f1ac9ff7c29aa7c2ffe26e807086fbd8c7b78 | |
parent | 788eb5b7aed1a078b0a359b1a576dd4c5b415cb4 [diff] | |
parent | bd13602966fc3a12164e1189ae814d59fc7847c3 [diff] |
Fix the bug while updating DoH servers am: 072497e6e4 am: 0a571d217d am: bd13602966 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1833143 Change-Id: I5e70f233dc421db066bfcdfed4aebf1e2816aaa8
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.