commit | 341bdae5f4584a87529adcf3b68e42a79dd857bc | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Jul 05 18:22:59 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Mon Jul 05 18:32:48 2021 +0800 |
tree | 71b202f79f87ce3f393b100e122d78b836cad3af | |
parent | 9069e6dc914279b8fa4a2fd695419039ffe1739a [diff] |
Fix flaky test MultipleDotQueriesInOnePacket It's due to a race issue which DnsTlsFrontend::queries() is called before queries_ is updated. Fix: 190878628 Test: ran MultipleDotQueriesInOnePacket 1000 times Change-Id: I74648f167069f95428143db122eed0dd1ead50e4
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.