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