commit | 94c836afdf7b156d2465cd802600490ebd93b5bf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sun Jun 27 09:22:38 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Jun 27 09:22:38 2021 +0000 |
tree | a345c72aed5498a8229254e5759eb55da37402d4 | |
parent | c43476142defe000ea6a1f48af2c919605d57d05 [diff] | |
parent | bad8b8825eaadf6db376dc564416732b9f408690 [diff] |
Merge changes I809967e0,Iadd724f8,I533c26d6,Ie65f220d * changes: Setting a DnsQueryEvent for mDNS Add mDNS .local resolution test cases Add sockets for mDns .local resolution testing Enable mDNS .local resolution
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.