commit | b253c7e33f90cd9a043973dbee2f0131a503cd5c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Feb 15 02:22:12 2020 +0000 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Sat Feb 15 02:22:12 2020 +0000 |
tree | 33406a48b6ab7fb40a8e888a31d3e54c15879ac8 | |
parent | a4d2bce3483823e07bcc139239541b953b7db752 [diff] | |
parent | 87e9ca0cb89da190e9c72392d38c5e169d562959 [diff] |
Merge "Add test config for resolv_integration_test" am: 9844eb95e4 am: 87e9ca0cb8 Change-Id: Ib559d5e21d2a73555baa0e55d7acc6e3ad83033b
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.