commit | 9d7f160e290d96199381f077991367217975185d | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 17 04:04:31 2020 +0000 |
committer | Chun-Yi Lee <easoncylee@google.com> | Tue Mar 17 08:40:35 2020 +0000 |
tree | 7a8d1ec2927066d65f07c121a6dbdd05a950770c | |
parent | f327e9da903d13dd0a986a7e052a2b2176fb563d [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: If4790cb710c35d6fd3d562b3eb4205d1cba24a50 Merged-In: If4790cb710c35d6fd3d562b3eb4205d1cba24a50 Merged-In: I1ada0895f5d055a67d93a9159c54e6b60fd1402e (cherry picked from commit 5e21de3fc3004e5452c25d52ff7230bf56a47361)
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.