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