commit | 39ba3cbace38b6f58d74cd392733f732434d5cc3 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Apr 23 21:12:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 23 21:12:20 2020 +0000 |
tree | cb2a8442b719f67fc0ef212750d43cf1ceee2d6b | |
parent | 658721d32dcac6df9ba6da0f6b0473a33330a298 [diff] | |
parent | 445ea3e20fb2c4cc8fccd940a6ca925e88f5aabe [diff] |
Keep listening for UDP responses after sending the next retry am: 3caa42b58b am: 445ea3e20f Change-Id: Ia2de9c840f85714692466960d677a82b1da92199
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.