commit | 1f663fc28129a78c4d1359fe8ec3a6c9dd8df464 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Sat Feb 20 17:22:24 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Wed May 05 17:34:45 2021 +0800 |
tree | 3011b34dbb99cf5c3417a2f7bca3f209f354c298 | |
parent | 453b5e4ef490055aca383d07dc4cd7bc67d96a91 [diff] |
Remove dead code in PrivateDnsConfiguration No functionality changes. Bug: 186177613 Test: None, just remove some dead code Change-Id: I1676de854997ee984ef7395974ae64c3f9b685ab
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.