commit | 9a185887abe10f75ea24666b25df877317c7d444 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Mar 25 16:02:36 2020 +0800 |
committer | Mike Yu <yumike@google.com> | Wed Mar 25 16:27:05 2020 +0800 |
tree | 74f5d0bed4eb4aa83ba8b2cef6635d4029160ac1 | |
parent | baff6f8872a8126ca125b09e394e9cf83628350e [diff] |
Fix flaky test RepeatedSetup_KeepChangingPrivateDnsServers Same as aosp/1262819, this test needs a buffer time to prevent being flaky. The test running time increases by 700ms as a side effect. Bug: 150678049 Bug: 152371971 Test: resolv_integration_test passed Change-Id: I603e2a3b6977bcac06b542bc5312305fe25487fb
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.