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