commit | a7c7b129fa75c97cd7bff75a50cb7330840851e2 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Dec 14 01:57:25 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 14 01:57:25 2021 +0000 |
tree | d56aece7318cbca3fefdba78278b019fc4ce7f53 | |
parent | 1a045f5b50940333354a9068ea8fc0aa82660dc2 [diff] | |
parent | 6e06d9fa11284008279a79db19e85b61ea3760c5 [diff] |
Merge "Use socket address toString for proper IPv6 syntax" am: 1b2e16d64d am: 6e06d9fa11 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1893356 Change-Id: I7ba902ed92886ed73a186bbe4d7a9c44a6907890
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.