commit | 8f2a888553b6036ebc425234072f82a238eae172 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 11 17:12:00 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 11 17:12:00 2020 +0000 |
tree | f9730c84fddde9385bbe7c0f70b60d59f7fb47dc | |
parent | 964997861530be724bf6134d9befcfb4ab584976 [diff] | |
parent | 3975793c8e323b59a05b6a2eb0be45038742b942 [diff] |
Merge "Get rid of libnetd_test_dnsresponder from DnsResolver tests"
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.