commit | 84ebc21bb5a0099489f9bd2a2b1749aa33bcffa8 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Mon Dec 16 21:31:42 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 16 21:31:42 2019 +0000 |
tree | c7a083bae4704188bf6e240b41ec69641095bc05 | |
parent | bd7ee22d851e9aa3fb3028b6db7544bda10d024b [diff] | |
parent | cac2784ecc4fd178c604e2c2ed5bc5ea193ef605 [diff] |
Merge changes I25fe98ac,I24f2506c * changes: Add DnsResolver tests to mts test suite resolv_gold_test: Print file name on load errors
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.