commit | 63d89a1626b55db1daf6c727006aba3041ea16d3 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Sep 23 09:10:18 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 23 09:10:18 2021 +0000 |
tree | 6fec7ac0f35cdafdd7511a88a15033096de77934 | |
parent | bd13602966fc3a12164e1189ae814d59fc7847c3 [diff] | |
parent | 23664e6cc1ec1ed1ae2c008ec4fde1bf75cd0a22 [diff] |
Default enable DoH feature in T am: b39686b443 am: 23664e6cc1 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1833144 Change-Id: Ib175bb026a7d62b00449c00a16106258f2136f68
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.