commit | 7a22ef0146ce309fb427da3f0f946781277ada7c | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Jun 16 07:59:50 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 16 07:59:50 2021 +0000 |
tree | 66c1e0191abd83a7ecec7815645bd6e24b3fa9f5 | |
parent | 12e60c67db2ae067f0a1bd6e06fc1ced8d29423a [diff] | |
parent | c16f2545af142654c677af749baa4eb16ba0cb68 [diff] |
Fix TlsServerRevalidation flaky am: c16f2545af Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1737639 Change-Id: I4cf705e4d05022398677d22e02dd540cd4e693a9
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.