commit | 25e8db5d4df4daa649e7724b29a79c0c32772206 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Apr 08 04:26:03 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 08 04:26:03 2022 +0000 |
tree | aa273fd76c5c50c7bbc07beff5829ae04b57ce8f | |
parent | 76d9bfefedfe78b5a2686ed071541dda37e51186 [diff] | |
parent | 44cad49e6c022af4ff93620a45631e328c602a7c [diff] |
Remove unicast-response bit from .local resolution am: 84f5fa8bca am: a95b5403da am: 467ac686e4 am: 7a82c43344 am: 44cad49e6c Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/2049147 Change-Id: I37384acfa82155bc94098c8cdee7095609f1c08c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.