commit | 1a6cb4936d62ca3adc434cb1319ffd1352bbacaa | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Jan 28 17:07:56 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Thu Jan 28 17:44:43 2021 +0800 |
tree | 9c9f7bf44e8e3ac6dba356fa20e0fa0feb7acb07 | |
parent | 79215996afbc2a6fa7f6db63621b76f270bb9047 [diff] |
Fix flaky ResolverTest.ConnectTlsServerTimeout due to flag reset Same as aosp/1552338. To reduce the flaky rate, set the flag every time before the test network is created. Bug: 178655866 test: ResolverTest.ConnectTlsServerTimeout passed Change-Id: Ic9d26be9892235fba77cb2e6d264419a0ff963f1
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.