commit | 5e406a34f7d870a0f8afaa3fdc17e2ca5ccfd894 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Jul 06 21:01:17 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Mon Aug 02 17:39:57 2021 +0800 |
tree | b75810222afbf84c5fc15aa75656a2cf70a29b18 | |
parent | f54cf26090579f0ccf841bf27178a8a591e07bfc [diff] |
Add some DoH tests in resolv_integration_test The tests include: [1] 1 test in TransportParameterizedTest [2] 3 tests in PrivateDnsDohTest Bug: 155855709 Bug: 181642979 Test: cd packages/modules/DnsResolver && atest Change-Id: I8b5a85ad5556e7ff093656234069a81f29417c6a
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.