commit | 4a35e6793be00ff285aee844941b0f9d4f254d6f | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Dec 28 11:41:51 2020 +0800 |
committer | Mike Yu <yumike@google.com> | Mon Dec 28 18:09:01 2020 +0800 |
tree | bc8d5eebb5cc14a983fb6c086d6d1a2e8ce77175 | |
parent | a37a359a985b9dceac7575ffbdf60483a9e2c84d [diff] |
Fix ResolverTest.ConnectTlsServerTimeout broken The test is not compatible with a newer DnsResolver which gets the flag from an Experiments class rather than from system properties. Bug: 175900450 Test: ResolverTest.ConnectTlsServerTimeout Ignore-AOSP-First: This test in internal master has the fix already Change-Id: Ie856b1fdbd7069cae1c78989813e96073b69cd01 Merged-In: Iabfc14ad6b525e4cdc26f9fee83742acaee881e0
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.