commit | 5719f239d83400d1be286e5846ef4fe7ad55f320 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Mon Feb 14 21:31:09 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 14 21:31:09 2022 +0000 |
tree | aee07c7e94d64484ca85b7bd076ab14c68c38dda | |
parent | 5193d4dd216758cc1235221bee6f631deabae3b4 [diff] | |
parent | cfe84227559fc517988b3f1a0602b434391de6e6 [diff] |
Merge "Disable a few tests from resolv_integration_test"
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.