commit | 3334a5e0fc7b049e3e550da97014112f415a0736 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Nov 19 13:33:17 2020 +0800 |
committer | Mike Yu <yumike@google.com> | Thu Nov 26 20:57:52 2020 +0800 |
tree | cfcb8ef33672e067d19ec1e3bd1ee7925c41ff74 | |
parent | a60f48b6a659341d4588af7c98de190fe3d6338b [diff] |
Add updateServerState method to PrivateDnsConfiguration This change is expected to not change any behavior. Bug: 79727473 Test: cd packages/modules/DnsResolver && atest Change-Id: I8409f45fbd3f3af252bc33e5568af70f0c4eac4d
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.