commit | c4260f5c50bed693fffb006cddb821e1857a1e0f | [log] [tgz] |
---|---|---|
author | Kimberly Kreider <kkreider@google.com> | Tue Dec 15 10:54:30 2020 -0800 |
committer | Kimberly Kreider <kkreider@google.com> | Fri Feb 12 22:28:03 2021 +0000 |
tree | 887f9eff549eb55934a92b454e84fad136436730 | |
parent | c91ba94aea1bd05ad4d004186ad89dddcd4cd687 [diff] |
Enable DNS resolver tests to be included in android-mts-dnsresolver as well as android-mts. Test: built locally and verified contents. Bug: 170318013 Change-Id: I45f0fa735ba3a21ccbad1c463f880790caa65499 Exempt-From-Owner-Approval: does not affect code execution, only mts packaging change.
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.