commit | eb8f22c800dfe4c377b03f8f4ed9283ffd674c65 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Sep 22 11:58:13 2020 +0800 |
committer | Mike Yu <yumike@google.com> | Tue Sep 22 13:47:43 2020 +0800 |
tree | 0a55d47e5649f20e82db709ac0b79adfd9e2572d | |
parent | 10832aaa42f57a319ac202a706fa64ba0419c3e7 [diff] |
Fix typo in DnsServerSelection test This is a follow up change for aosp/1409908. No functionality change. Bug: 137169582 Test: m resolv_integration_test Change-Id: If5022453ebe6836285e87e58733ce0b8b9c65cac
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.