commit | 231d2b2e22ebf8b59d4de48b185061ba9b0e6c41 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Wed Oct 06 10:57:15 2021 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Thu Oct 07 12:40:00 2021 -0700 |
tree | 780c2bbfe68491d9685938da9c7eb7e5d8ae40e9 | |
parent | 020120f5400dbf2406056d6e96b062ffe8881728 [diff] |
DoH: Factor out Quiche Config Cache * Add tests for the cache * Remove option deref hack Bug: 202081046 Change-Id: I6d4c296fafd03e4d9e462fbf6c09bac2c748f9e4
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.