commit | d9b2832579ad60a2240df9b48ef52133acc39153 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Sep 16 07:28:10 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 16 07:28:10 2020 +0000 |
tree | 6c378436a9552111295e8145024187fa9dfc03be | |
parent | 1f02491f6d372642400dbcef70b925f044f60406 [diff] | |
parent | 7cf8b03aa83971cba5c68a74185c8c7ef9fead3c [diff] |
Enable getaddrinfo parallel lookup by default am: b32cab38a0 am: d1c7552984 am: 7047ae7b38 am: 7cf8b03aa8 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1427750 Change-Id: Ifd5ced919091617bc5d455eb69846c70adc5c960
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.