commit | f8defcdccaff95a5c42348f469a7d2c097b07511 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Jan 08 00:18:41 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Fri Jan 08 00:24:51 2021 +0800 |
tree | 644056be68a70a95dde61d36b4612ae81af39a94 | |
parent | b6d71b6b942e4a87eb331b7b97e6b002a368a112 [diff] |
Fix flaky test of resolv_gold_test Enlarge the delayQueriesTimeout_ for DnsTlsForntend to handle the parallel DNS queries properly. For some devices, the current query timeout does not seem to be enough. Bug: 176199280 Test: atest Change-Id: Ie3a98762ac6f83143ac6f6f0e132511d5f5860ca
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.