commit | 5c3fbfc56117f701b6f91889b70a21e954225ebd | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Oct 05 08:24:23 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 05 08:24:23 2021 +0000 |
tree | 167263bd46fbbc01e8949141da6efb53d2d0f38d | |
parent | bc48dc1277eaf11c5521f58e8b9baf5ef98730b9 [diff] | |
parent | 429321fa9ca9d26f349f9381883e855f32e488bf [diff] |
DoH: Lock access to DohDispatcher am: 429321fa9c Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1844201 Change-Id: I382fd7706a9050c786cc1a3735c7a5864dc1bd04
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.