commit | ea66f37fcb7103af2c794ea6e5523ffcb2fcce14 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Apr 16 05:03:38 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 16 05:03:38 2021 +0000 |
tree | af1a078c7fef94984d78c0ec26bd0b55a9ccf807 | |
parent | 4f6c1643fd14800af6282ef5a95d7fb47bea9a8c [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: I644c61ead14fe949c4d1f7a89a5d2edf8144ee35
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.