commit | 427364ce00be4e893542f08c2cb62030a1a435d7 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Mar 10 09:51:48 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 10 09:51:48 2020 +0000 |
tree | e43b26d3e8f9b4b7b2f3ee75d4d21bb6a6639ff2 | |
parent | c4b141654b77afd6376db735ea633038b4229bb9 [diff] | |
parent | 40702ff35a275cfe1b8f3eb683e1848dad182ecf [diff] |
Merge "Add resolv_unit_test_config.xml for mts"
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.