commit | f6526c49cba5a8aebc0cb8531561adf1d7fa21c1 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 21 06:17:16 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 21 06:17:16 2021 +0000 |
tree | 477dc98d7bc055b98447df570ce6435f81c3945e | |
parent | 6ac664e70ef8ae1778916f57d3431e43375ceb04 [diff] | |
parent | 5b6e3ec41874f9f9103448ac7050fdfa6800ef76 [diff] |
Merge "Add min_sdk_version to 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.