commit | 23b540f8087fe278c530e8a5edfa7675b93bbb2b | [log] [tgz] |
---|---|---|
author | Felipe Mosso Ferfoglia <f.ferfoglia@samsung.com> | Wed Aug 07 15:47:53 2019 -0300 |
committer | Ken Chen <cken@google.com> | Mon Nov 04 09:51:38 2019 +0000 |
tree | b7a6dcafeec74f47f6b7c2cb17632e021e8d32e5 | |
parent | aee366411949bcfbcb6e5fb6ad95a399a1cf74c6 [diff] |
Add evaluate domain name callback in DnsResolver Bug: 131051938 Change-Id: If8a17b0ac789f5d13ae63ec1db152dca05e00010
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.