commit | cc9bbc046aabbfde2ab2d74e7f65e607b65a6f99 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Tue Jun 15 17:38:14 2021 +0800 |
committer | chenbruce <chenbruce@google.com> | Wed Jun 16 10:43:45 2021 +0800 |
tree | da3f0c5cebb6c3a8399097b7fff3968d6423743e | |
parent | d1b3b803994921d81d77201814510ba19562a7b1 [diff] |
Rename nssocks to udpsocks In original design, nssocks is for UDP sockets to nameservers. Bug: 140857615 Test: cd packages/modules/DnsResolver && atest Change-Id: Id58d6b0c77f565f8f51f78ee8d416f3cdb05da68
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.