commit | d8414defd6b7d71d81fa49d36070c0ba0208b644 | [log] [tgz] |
---|---|---|
author | waynema <waynema@google.com> | Wed May 05 14:09:04 2021 +0800 |
committer | waynema <waynema@google.com> | Wed May 05 14:09:04 2021 +0800 |
tree | 50196d2c3f8f18b4bcb9313fd1fc3d445c7c8fe9 | |
parent | 58544e2472953de4a61a58e7b4fec5a1dbe6d69a [diff] |
Add PRODO_DOH in enum Protocol. Define new protocol definition for DOH. Bug: 187240437 Test: manual Change-Id: Iae4658701800759bb553e79e139e09758ecf526e
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.