commit | 13350250514022682f47d8f90978de3b57a924a0 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Apr 08 05:11:56 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 08 05:11:56 2021 +0000 |
tree | 80f9fe03d0be608135ffe6e3cecc4e200ff2613a | |
parent | 0c071ce79c2a941e55cf8437649626990e68f877 [diff] | |
parent | c4db953a1927083e1f875fb33e3f3acea3388551 [diff] |
Merge "Downgrade DoT connection error message to Warning" am: 3706ed7538 am: d966e911b0 am: c4db953a19 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1667225 Change-Id: Id13a1c63828e80bf392763f73d808dc8a08795d6
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.