commit | 5921a87487fcde55ce05d1823b759c399802fb13 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue May 25 06:42:44 2021 +0000 |
committer | Luke Huang <huangluke@google.com> | Wed May 26 02:55:01 2021 +0000 |
tree | 06f055c559c443ba7f3421425d757af0496d14fc | |
parent | b1fb539f44523244648828d34b367fb6f64b3947 [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 Original-Change: https://android-review.googlesource.com/1711569 Merged-In: I158691c7e62696fe3613ad5841cab01b45354b6c 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.