commit | 8d2970eb2f13e894b98813a05fab5ac9a4d9fafc | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Oct 28 10:05:41 2022 +0000 |
committer | Mike Yu <yumike@google.com> | Fri Oct 28 10:18:51 2022 +0000 |
tree | 00eab2b057a8a9f8547ccb3da04ff9e876812b55 | |
parent | 86b572d5f17b9192dce40db356317ff7c4c31047 [diff] |
Test: Increase the DoT probe waiting time Increase the waiting time from 50ms to 500ms so that the tests are less likely to be flaky. Bug: 254186357 Test: atest Change-Id: Ie78d40a02c4d92cc90c35961d52e8c6154548af2
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.