commit | 6e47d119cf3c159adb645ddef1803ea53a0e4584 | [log] [tgz] |
---|---|---|
author | easoncylee <easoncylee@google.com> | Thu Mar 12 23:24:06 2020 +0800 |
committer | easoncylee <easoncylee@google.com> | Fri Mar 13 22:52:13 2020 +0800 |
tree | 3ee6c98834f222b1eba4e5842109e3314a0eb66d | |
parent | f6d037e29761e8f13ae0ab092ceb6d2c249f5a29 [diff] |
Fix the multi arch issue of resolv_unit_test. Test resolv_unit_test fails in MTS, according to the codewiz@, this test does not need to be multilib. With compile_multi as first can solve this issue so it's no need to add a duplicated test_config. Bug: 146684390 Test: mts-tradefed run mts -m resolv_unit_test Change-Id: I1ada0895f5d055a67d93a9159c54e6b60fd1402e
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.