commit | e912c763ecd5e9908a5be8581d94551ed6514b6d | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Jun 24 02:38:40 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Jun 24 23:10:06 2021 +0800 |
tree | 9c8ca1510e3e793d6fce4162829b6a8748be23e4 | |
parent | dfc33122136300626395550628105e0c180e9750 [diff] |
Add libdoh_ffi_for_test required by unit test To allow unit tests static link libcrypto and libssl. Test: TH Bug: 155855709 Change-Id: Ia74c8440715b2e323c8b90be433104c98e48ed83
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.