commit | dfdb50a06e22a08caf743861c8df75bfb207913b | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Apr 16 05:03:53 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 16 05:03:53 2021 +0000 |
tree | f38b9526bf492eaca794a708f8d154ca7f8779ad | |
parent | 03269664850e55b92a8c88740c2d32bbf9784a54 [diff] | |
parent | 71300d18ec887250c442426788a74a2fe502918b [diff] |
Merge "Fix the unexpected getaddrinfo error code changing due to parallel lookup" am: 8f58a580d8 am: 71300d18ec Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1673193 Change-Id: Iabf79a3fc9d63a6e79ef1e5be13f7d7b0c95706b
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.