commit | deecd67ea9dc5b2e65bd5cab60407804184506db | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Tue Dec 01 00:42:52 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 01 00:42:52 2020 +0000 |
tree | 995eee92569d61d858e70c9d754af0f4f35ea8a3 | |
parent | e250e13360801e3cf3b060781bef614942f0461a [diff] | |
parent | c0d8ada5ebefa022a9d3ed62b51c5d3c093e3d91 [diff] |
Merge changes I923d28d5,Ib801a550 * changes: Fix netd crash on gethostbyname(NULL) and add a regression test Replace hand-allocated buffers with std::string in DnsProxyListener
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.