commit | b29545b931facc11a3988adfbbb0fc6fd1ebdd2b | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Jun 29 10:30:03 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Tue Jun 29 10:34:30 2021 +0800 |
tree | 792288ae9c8a9cab270ca8893f7b337734464e8d | |
parent | 8e42b2cd86e7ed7f47ffba732eff7c85a1273d68 [diff] |
Fix flaky test Async_EmptyAnswer Checking the unsolicited events sequentially right away after querying instead of checking all of them in the end of the tests. Test: run Async_EmptyAnswer 1000 times Bug: 189932555 Change-Id: I05e762d2495946bb5cc990c63c36e373f1226b87
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.