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