commit | cac2784ecc4fd178c604e2c2ed5bc5ea193ef605 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Fri Dec 13 11:49:33 2019 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Sat Dec 14 08:48:07 2019 +0900 |
tree | bb568382b37ab6c26932e4ddc210d786b87641c2 | |
parent | cebc76db4c729b9dfe450f2e41c4fad042ff6b35 [diff] |
Add DnsResolver tests to mts test suite Change-Id: I25fe98ac6a6b27dbe9955518405a58f1acccf73f
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.