commit | 0b6c493717a0af4fa0e76cd302e5ba4f79faebae | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Mar 27 17:40:07 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Mon Mar 30 09:19:46 2020 +0000 |
tree | 2a927eaf321d5343a0bbf8a8d441a05e42bb0193 | |
parent | 1021450873e0467e31dedd7a7b6c507713d27b48 [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 Change-Id: Ieddc420db764d52698422a9e8c8f95842f88838d
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.