commit | 5f8a944143ea5e9bbcc1e12a3bc3b0fc45fd1eab | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 10 11:34:48 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Thu Mar 12 08:49:33 2020 +0000 |
tree | fb0a5cc20b8145205af1d52cb5cfeedcca854e1f | |
parent | 6467a404deaa45aa0802f213caa27b7d282c045d [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 Merged-In: Ib1e497398273413168d6103b5d2dce71872bc672 Merged-In: I45e45912f91e8d78891a8658f9f2e27c7e6252da (cherry picked from commit c73fe83d4284ef27bab41d1df0423a823181bca0) Change-Id: I780d7562e26fa3c7d14e540fefda7a328fbd656a
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.