commit | c07ae5c2c219f22aa1c6dc068ed06da4af6a826f | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Mon Jul 19 02:38:43 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jul 19 02:38:43 2021 +0000 |
tree | fa7fc56192d5d23b0d2d3160ce93dd517df95154 | |
parent | b929ae1de051f92b288811a27ebc9c3eec597bb4 [diff] | |
parent | ccfd499ee5bf8c68e97591dbdc9ad4ff5e3e30c6 [diff] |
Merge "Refactor the setupDns to include addIpv{4|6}Dns"
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.