commit | 746bf544b37f4ce550326158fac68ae7f5b651dd | [log] [tgz] |
---|---|---|
author | Nucca Chen <nuccachen@google.com> | Wed Oct 30 04:15:42 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 30 04:15:42 2019 -0700 |
tree | 365752233dbc0143e4522ddf1b859946652a6ca8 | |
parent | d8492a6021267ae4565c0f9d6605dee295db281b [diff] | |
parent | 85e4d93c103807b923c616a6aeb290c2aafd90d7 [diff] |
Merge "resolv_integration_test: Test RRs in authority section and additional section" am: 85e4d93c10 Change-Id: I8beb66b472b7302bb5706257a2bd3d15a2e2f3e3
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.