commit | 3c8164a9d2560f868f81576d84d57112ced11a50 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Apr 15 01:25:12 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Fri Apr 23 07:47:20 2021 +0000 |
tree | 5631cce35f9d08faf6a0af2cb97a9f01b915eb31 | |
parent | 8f58a580d8e6b316c2865e2d0a3cdf7a1f53c7a8 [diff] |
Add more unit test for doh Test: atest doh_unit_test Bug: 155855709 Change-Id: Ieb1fa2ed1965e7c93211e00e1d285544dc4ed3a3 Merged-In: I616933251aec49c60c850198c0594861009c2bb8
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.