commit | 40357cc2f34a1a374e75724a0758ee2f2dd191e9 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Thu Nov 11 07:28:32 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 11 07:28:32 2021 +0000 |
tree | 8f17c8e4ab91793d5520a619394000f565fb6039 | |
parent | a70ab5e89028ec115125937a1ef58ce38573cc3f [diff] | |
parent | ed78fdaf9b08551599bc79736729f7cf3fc6eb06 [diff] |
DoH: Modularize main event loop am: ed78fdaf9b Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1870956 Change-Id: I5dacc7971113538954d316f61c6ac9b58c942ce4
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.