commit | 968b4674d5e0dcef99a263d21413b250ebc16e6e | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Aug 04 14:19:19 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Thu Aug 05 02:44:08 2021 +0000 |
tree | 7aca653f8cff8b43366c2bf043f895dade65b3bc | |
parent | a37dc7d9c36cd5be26ff9116c272600e65f757f4 [diff] |
Fix missing libunwind symbols in resolv_integration_test This fix is similar to aosp/1769446. resolv_integration_test can't run on Android Q devices without adding libunwind into whole_static_libs list. Bug: 195395865 Test: run resolv_integration_test on Android Q devices Change-Id: I11d9151c5495788293e7378036d239f5af1e8c57
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.