commit | c754472ae9d2ac140ddc79406873c9365bd5d763 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Dec 16 02:36:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 16 02:36:20 2020 +0000 |
tree | 4dd56a09e777b600644f12af51f8ffa6f8d6f974 | |
parent | 7eb28a3f80f69d064f2a7c2b9132fcf3569c37d0 [diff] | |
parent | d47d81258950b87cde45629ef19d165c541c3949 [diff] |
Merge "Apply PrivateDnsValidationObserver to DnsTlsDispatcher" am: d47d812589 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1527453 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2405ea47c39b768645c579ee62ee43fb75da801b
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.