commit | 9621e75349ec809e876d299455ef9c9e60dea19d | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Sep 27 09:25:28 2023 +0000 |
committer | Mike Yu <yumike@google.com> | Wed Sep 27 09:33:58 2023 +0000 |
tree | add6a9c96c11d2451d988e6b58844b2ec65bafee | |
parent | 33a7890352aff0836cc0b4e25512979b013dbafa [diff] |
Test: Enable verbose logging in doh_ffi_test Enable the verbose logging to debug doh_ffi_test. This change will increase ~250 lines of log when running doh_ffi_test. Bug: 300679076 Test: atest doh_ffi_test Change-Id: Icc4e264af9587ce1e8fa9eba13c13a3f69e80bff
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.