commit | 5322e03974356bab43136d106d7b779b09d9e695 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Fri Aug 06 13:19:04 2021 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Fri Aug 06 19:54:53 2021 +0900 |
tree | 4e4eb8e7872777bd2836558ff2401c1fde6080df | |
parent | b87af056f96550d77e20173428ec94d51857e6d5 [diff] |
Make resolverOptions optional in DnsResolver. The only change is currently to make resolverOptions optional. Test: m Bug: 194048056 Change-Id: I42a07d2bad1b3ee0e66e3f4e2a0f068686e1d1a3
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.