commit | d5e561f4e2d75a4988efa28aae1a8d84ae48aa7d | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Feb 24 02:52:57 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 24 02:52:57 2022 +0000 |
tree | 0cc3d6d6bb9afd2023d134c11f616a60471a5943 | |
parent | 296677ef58ab8ea9f42091d85b4712a5e987c453 [diff] | |
parent | f696ba345dc1d323459d55aea88fed583a581232 [diff] |
DoH: Don't call handle_draining() more than once am: f696ba345d Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1983990 Change-Id: I4b0b12670cee68bf3d16245b825a884b55afcc13
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.