commit | 72d3b571c7c29189b1df6e40a719557706ac14df | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Jan 25 01:31:23 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 25 01:31:23 2022 +0000 |
tree | f12516a64ff14cfde3376fcdaef96b8b7b87c09f | |
parent | e5fe7bc137c61bad1ef072948f102374b4c71b69 [diff] | |
parent | 03bbf612b7adbc6d483de0f684850f872de2e31f [diff] |
Merge "DoH: Enable session resumption" am: 03bbf612b7 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1952200 Change-Id: Iaee7f96ff516570974c50cca63b2141922f7987b
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.