commit | 24f8df3e9385ab6e9568d4d753edac4b87ee1bc4 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Mar 17 09:36:38 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 17 09:36:38 2020 +0000 |
tree | 01b76376910ad31b666b8c763cc492f0e095ef96 | |
parent | 0928b2a83024f0d30c7fd1685062162e282fdea4 [diff] | |
parent | 9ff7d2a0ec972e1d5c92c5f6dc6f7de8034ea1cb [diff] |
Merge "Fix resolv_gold_test failure problem in 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.