commit | d29a72bab8543e7769b0e135cfd4f921fb45e648 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Sep 14 00:45:27 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 14 00:45:27 2021 +0000 |
tree | 772508c89dffcd8c0cc1229e869226de8b27cdf1 | |
parent | f26585ceb9cb691d03ac7678d29f7bf71a1c5032 [diff] | |
parent | 67936ef2be46a6942f302964f31cff5c237f6941 [diff] |
Fix the bug of receiving long DNS answer on DoH am: 67936ef2be Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1816685 Change-Id: Ifcb17b68f1e52bcf9042be2b18dba7ad723a9241
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.