commit | c85e73d668997ecf81be85db93ea091983cb805c | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Oct 16 04:10:50 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 16 04:10:50 2020 +0000 |
tree | 6ba3018c0a66cfb135dc561827eea4f3bfa8e4aa | |
parent | 3d26fd87523035db141e61a0c9aa8be07d453d4a [diff] | |
parent | b3505420024d772a5d383d3bc4c4b0748b457f1f [diff] |
Remove the resolv_integration_test check whether fd is closed or not am: b350542002 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1461803 Change-Id: I8fd4e90a6578aa37b778e57da65af2528669a20d
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.