commit | 983f02ecd95624c90f6b19934963ff0277e1f2d4 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Jul 01 07:36:56 2021 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Jul 01 07:36:56 2021 +0900 |
tree | 2653b789b47e6ec1cda8095af95519a744823c6c | |
parent | 8e42b2cd86e7ed7f47ffba732eff7c85a1273d68 [diff] |
Remove the obsolete res_state typedef Change-Id: Ia6b623628e8b2a5799246280198e20c950c30093
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.