commit | 16cc22c52b28c0b7f8bee8a4e8efbfc636c975d3 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Mon Jun 21 16:26:28 2021 +0800 |
committer | Ken Chen <cken@google.com> | Wed Jul 14 17:15:56 2021 +0800 |
tree | e2338bb0e00d8db67fe15a1c6dbaa8cee1cabd8b | |
parent | 0b61ab576f5a3f53c2e186480ba478dbd716e485 [diff] |
Dns over PANS test Add a DNS test to verify multi-network behavior when PANS (Per-application Default Network Selection) feature is enabled. Bug: 176507580 Test: atest resolv_integration_test:ResolverMultinetworkTest#PANS Change-Id: I6b08fe9b33d916c8b24638958379f75fd9a1a5f5
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.