commit | 14eba9a39b6039bd11da0c476399c329f3dc76c2 | [log] [tgz] |
---|---|---|
author | Pabba Prakash <quic_ppabba@quicinc.com> | Wed Sep 09 06:27:35 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 09 06:27:35 2020 +0000 |
tree | ac222ee8856dba987245365e682a3fcfacc9fd1d | |
parent | 539777b20394c402a4b00c2051e83228fce92b2b [diff] | |
parent | 8425d207c9bd7c665c96911a2ea848083c72e8ee [diff] |
DnsResolver: Support case-insensitive domain name hash am: 6670782024 am: 9a057c7178 am: 6937fe8841 am: 8425d207c9 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1202636 Change-Id: I99f9995a716ba677bc001ca3f4821bc2864cfe1b
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.