commit | 7007085e43f6529cb3f54c012054ec096090c225 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Nov 25 18:25:50 2019 +0800 |
committer | Luke Huang <huangluke@google.com> | Mon Nov 25 16:05:01 2019 +0000 |
tree | 4b125796e504d6f1a76c7feb135f8e27b7d568d7 | |
parent | 0f4dd25d89ae2a9563386dea47c9471ada73e0ed [diff] |
Follow-up changes for running resolv_integration_test on Q devices Address comments from aosp/1171994 Bug: 144850003 Test: atest Change-Id: Ifac816e7c834018e5b7aee99f6f0beccb844a843
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.