commit | 3975793c8e323b59a05b6a2eb0be45038742b942 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Apr 17 19:04:21 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Wed May 06 16:01:29 2020 +0800 |
tree | a5c3bb6665ff35885dc522c8cf45a189095b5c15 | |
parent | d1d734f11946b9392c95332aaef1dd97d3ddde18 [diff] |
Get rid of libnetd_test_dnsresponder from DnsResolver tests trivial cleanup Bug: 155841757 Test: build Change-Id: Ie9ff73935eb101e3a991d054c55ced9665cc6d90
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.