commit | 5e60de17c4c53d9e0f5009589d1f962d7a47d2fa | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed May 19 06:11:18 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Mon May 24 19:35:35 2021 +0000 |
tree | 469ee8e6794d666616dd58f0dd210c2c3669abde | |
parent | f6526c49cba5a8aebc0cb8531561adf1d7fa21c1 [diff] |
Make doh_unit_test and doh_ffi_test can be run on the R platfrom To make the tests run in R platform, we need to have them statically link libcrypto_static and libssl 1. Move doh_ffi_test into tests/. 2. doh_unit_test links libquiche_static instead of libquiche. 3. Minor cleanup, remove the useless soong var. Bug: 155855709 Test: TH Change-Id: I158691c7e62696fe3613ad5841cab01b45354b6c
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.