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