commit | 7b6c23b2b8375080758a3cae88563a0bbbfebdba | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Thu Oct 03 17:46:11 2019 +0800 |
committer | Hungming Chen <nuccachen@google.com> | Mon Dec 02 18:39:42 2019 +0800 |
tree | db1ac885da7676af22c1b0db220af00ce5505fbb | |
parent | 2a56a621a74198996314363de75431273610fed5 [diff] |
resolv_gold_test: Gold test with DNS-over-TLS Use gold test data to verify DNS-over-TLS. Test: cd packages/modules/DnsResolver && atest Change-Id: I72b5452bd35e020c17e2ad72f88bb6e984770216
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.