commit | 47d1ca1621cdc03ba407e768b4a0339bae7819e2 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Mar 17 09:12:52 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Wed Mar 17 09:22:21 2021 +0800 |
tree | 8bd652e58c2b1bea1c455c49ac1f45fb20950469 | |
parent | 72800649a8889c0cb32e06489590ce88218e29e4 [diff] |
Fix resolver test failure caused by mismatching between libcrypto and libssl In order to solve the coverage testing problem, aosp/1625082 moved the dependency of resolv_{unit,gold}_test from libcrypto to libcrypto_static. However, in some testing combinations, the system libssl doesn't match with the libcrypto_static. To fix the problem, also statically link libssl for those tests. Bug: 182710457 Test: Verified in forrest https: //android-build.googleplex.com/builds/forrest/run/L69900000836471140 Change-Id: Ida52a6d1d7995bbc786071355a85e4775afe3a73
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.