commit | 26e5815272c66e2935657759332736a9de3d6396 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Mar 30 11:51:36 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Mon Mar 30 16:31:44 2020 +0000 |
tree | 0a3162443be112868ed5fd3124c7ccaa6a52c18c | |
parent | bad95cf027e1d955f98ffaa3687e9ea69f433bcd [diff] |
Build both 32bit and 64bit binaries for resolv tests This is a workaround for MTS coverage which can only be ran in cf_x86_phone (32-bit). Because the test_suite target is 64 bit and the test infra is running the 64 bit test suite on cf_x86_phone (32-bit) for coverage. Bug: 152303924 Test: m mts && mts-tradefed run mts-dnsresolver Test: mts-tradefed run mts-dnsresolve against cf_x86_phone Merged-In: Ieddc420db764d52698422a9e8c8f95842f88838d Change-Id: I4ea074324a681903fa3d93aa294ff724607e36ac (cherry picked from commit 6fe26c363a735fc84e087134f4f3529bb564a7ac)
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.