commit | 46799394c0c5552e040f902a3e1c03c34cd9f970 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Jul 08 16:58:33 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Fri Jul 10 04:06:47 2020 +0000 |
tree | f55f988c5c6c522b62a9f8a0461c04bfa6fea8f7 | |
parent | ac6a80711d60f8dec049197dcabe6ba7104b615a [diff] |
Enable mainline-presubmit for DnsResolver This is the pilot run for mainline testing in Test Mapping Suite. Bug: 160675087 Test: forrest Change-Id: I157e951d67a45970b5a61922afd21592976c929f
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.