commit | a6f40ca76a30f23d538bdcdc9a4a8f8d54811316 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Wed Oct 09 15:22:41 2019 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Oct 10 23:01:40 2019 +0900 |
tree | 56fd1ca5f0e8fbf1c1e1a958df7147b2e36d6283 | |
parent | bb33074673dd334b3ff2cfd9f6cc6eb67533db86 [diff] |
Delete unused variable res_state.rstatic Also stop including resolv_static.h from resolv_private.h, and other minor fixes. Test: m, flash, atest Change-Id: I2ba6fdf10900ddbd5afed1cec14a91bfad862d43
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.