commit | 1018027d798a70fef92baea3a6311843f241da3a | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Nov 23 05:28:11 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 23 05:28:11 2021 +0000 |
tree | 4ee869027613d8beee4cc1e306c373099569d89f | |
parent | 73ef1949b416b93e5656a30b1688d4639328321e [diff] | |
parent | bd630735d2c2dd27b486591396b9a8ec6c5312f3 [diff] |
Add more DoH tests in resolv_integration_test am: 70ac04b9fc am: ce2400e1f8 am: bd630735d2 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1881165 Change-Id: I2c249a470d335aaf5049f5ab8cce026eb390aec9
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.