commit | 420ee62b06ac818ba62bdbe9086ba0cc27f96a9e | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Nov 27 17:52:44 2019 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Apr 23 11:23:59 2020 +0800 |
tree | 16a0b6e2ea749fead1f00243af5181a40d53338e | |
parent | 44e38183a74427cebf22a6391e3b004e371b401a [diff] |
Keep listening for UDP responses after sending the next retry Bug: 135717624 Test: atest Change-Id: I3c970b638fb763ea209a62624f23c5ea85370fe9
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.