commit | d58702822342823101c6b924dfb9058ddc95a97e | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Apr 08 22:34:58 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Apr 15 01:32:59 2021 +0800 |
tree | 2d2f8c574af6fed9d1392dd3e94c4640117f6ef5 | |
parent | 72799f37c67ec1273b740dd37061772988f093a7 [diff] |
Add doh_unit_test target To prepare the doh test coverage. Test: TH Bug: 155855709 Change-Id: I7e0938c894a8733eaf13b90a5b8b45ebc6eab6e2 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.