commit | 40702ff35a275cfe1b8f3eb683e1848dad182ecf | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Mar 10 02:23:30 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Tue Mar 10 06:43:53 2020 +0000 |
tree | e718410c3237cd8bf8e8d5d680b728ba2ead8792 | |
parent | 8b181fac640707b1670de009b3e5b07c835f95ea [diff] |
Add resolv_unit_test_config.xml for mts MTS can't find the multiarch test binary correctly. This xml file is used to let MTS know which test binary should be took. It is a temporary solution, hopefully we can get rid of the xml soon. Bug: 151122604 Test: forrest Change-Id: I45e45912f91e8d78891a8658f9f2e27c7e6252da
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.