commit | 58c498d62049531e782760e44ff5fb036db99b6f | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Thu Nov 11 08:13:34 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 11 08:13:34 2021 +0000 |
tree | 8f17c8e4ab91793d5520a619394000f565fb6039 | |
parent | 0c7eab51da9b2d52025455dca3367bc059eaa582 [diff] | |
parent | 8d641d0d045b5c74518c349c6896a51455cd182f [diff] |
DoH: Modularize main event loop am: ed78fdaf9b am: 40357cc2f3 am: e2631554ad am: 8d641d0d04 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1870956 Change-Id: I2c70164bf0c1d7aa1bf8662990f42433ab305e3a
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.