commit | 228a3c88c062d7af6cab00d1a8c4278a329d3c50 | [log] [tgz] |
---|---|---|
author | Kimberly Kreider <kkreider@google.com> | Tue Feb 16 19:08:38 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 16 19:08:38 2021 +0000 |
tree | 4550d745f678a8bf5e91fac0a0234d3fa700338d | |
parent | e84604d6b59360e8df3077a9c58a23c58b95c1c8 [diff] | |
parent | c4260f5c50bed693fffb006cddb821e1857a1e0f [diff] |
Merge "Enable DNS resolver tests to be included in android-mts-dnsresolver as well as android-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.