commit | 6937fe88419d422ccc873303195b7f8672841cb3 | [log] [tgz] |
---|---|---|
author | Pabba Prakash <quic_ppabba@quicinc.com> | Wed Sep 09 05:42:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 09 05:42:55 2020 +0000 |
tree | ac222ee8856dba987245365e682a3fcfacc9fd1d | |
parent | 93c4b04d664f96bbd517ff0493a50b888a4b4a6b [diff] | |
parent | 9a057c7178ced5b307fda9bb37006a0ecf8410bd [diff] |
DnsResolver: Support case-insensitive domain name hash am: 6670782024 am: 9a057c7178 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1202636 Change-Id: Iff5f7921fb39360f0285041e7a1a45234854dc67
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.