commit | e299fe276d47e24557358a8e335afb99d70faa12 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Dec 22 02:24:44 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 22 02:24:44 2021 +0000 |
tree | 451f6f2fe4244c64386a45d8a105ddf72104ba62 | |
parent | a9c77ff491ae15dd766d21c79217ecc330dced0d [diff] | |
parent | 229fedcb96f5ee24eb384823ae883502a718edef [diff] |
Make DohFrontend::clearQueries() synchronous am: 229fedcb96 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1930480 Change-Id: I6abc0706d214fa052b41b30a6597c76bc8662311
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.