commit | d5918e6703d48334d60c35bd41a1587f35160c1c | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Oct 25 18:51:04 2019 +0800 |
committer | Mike Yu <yumike@google.com> | Fri Nov 22 21:41:58 2019 +0800 |
tree | c8a7df5092a3901361608982b500f04e830e6b4e | |
parent | c8ef93fe556884533ae8ce189a4fb1f00bd06ea6 [diff] |
Rename resolv_cache_info to NetConfig No functionality changes. Bug: 130686826 Test: cd packages/modules/DnsResolver && atest Change-Id: Ib00da89c60310ceb36adb6cae4ac416194e3d242
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.