commit | 241d8d35ed4eeffb43b7850892add7caf67ad069 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 01 14:05:17 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 01 14:05:17 2020 +0000 |
tree | 50d4f5947db3dcbfee0fe1ba2023a9835c20697b | |
parent | 4da956148a9fe2b92a7dee5a9e8e7d3a5b37b1ba [diff] | |
parent | 5b30e710dcd4ea0dc1d92c7c7c167f2c430b6f12 [diff] |
Improve query sleep time for getaddrinfo parallel lookup am: 5b30e710dc Change-Id: I5ecbf3e0568f766b40db2df3bf24ca0341889084
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.