commit | b39686b443f5f9b20e1b4a3358f7a5b8749fca63 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Sep 22 17:31:13 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Sep 23 06:01:36 2021 +0000 |
tree | dca38e01acd3759bc40aaabe2c0598921c261291 | |
parent | 072497e6e4652ff27dfc1ab8cc943ffb154556e1 [diff] |
Default enable DoH feature in T Bug: 200763585 Bug: 155855709 Test: atest Change-Id: I1a99889891ef7212aa618198c4840488d23a35d9
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.