commit | 098091a6dabda3960d0cebb8122c8db6891d0c49 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Oct 23 01:13:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 23 01:13:28 2020 +0000 |
tree | 5caedb65683eb23cafafbc963ed9aff10ab23d15 | |
parent | eea5ea6d00fb5d8c502b107884d5c133ef1635c0 [diff] | |
parent | c85e73d668997ecf81be85db93ea091983cb805c [diff] |
Remove the resolv_integration_test check whether fd is closed or not am: b350542002 am: c85e73d668 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1461803 Change-Id: If711e06386fe3b9a4a38bb5257401de27b42a567
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.