commit | bc48dc1277eaf11c5521f58e8b9baf5ef98730b9 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Oct 05 08:24:22 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 05 08:24:22 2021 +0000 |
tree | ee2f74c650ce64e8383e3311927f5fcac10c5b88 | |
parent | cf2f9fdb4e5312f4128eb4dc22c1ec01d1b810e1 [diff] | |
parent | aa0dac6f1b9b2a09bc3c39688521f9dc1ec8ac1f [diff] |
DoH: Split out FFI logic to separate module am: aa0dac6f1b Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1844200 Change-Id: I66879e6bb5ff45e4585a2bfc45d31135c4d90810
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.