commit | 638d7e4e02367ba25eecefb9f7fc05b4d740e459 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 11 20:52:06 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Fri May 29 16:43:00 2020 +0000 |
tree | 618c4cdff76f834e0289c3b2142a07773c2203e4 | |
parent | c1c2589f4dbd1c27f372f4d08ecbd8efc4afe8eb [diff] |
Get rid of libnetd_test_dnsresponder from DnsResolver tests trivial cleanup Bug: 155841757 Test: build Merged-In: Ie9ff73935eb101e3a991d054c55ced9665cc6d90 Change-Id: Ie7995392bd9d5285f72f7cf259556a250cdfc35d (cherry picked from commit 9416b530d2287dbab0168facbee1172f4ce365a4)
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.