commit | 90ef0347d78367ceaa086462867c000086ac403b | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Jul 19 02:51:42 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 19 02:51:42 2021 +0000 |
tree | a90d6370219343938dceb91cc71a21efc1acd5c0 | |
parent | 73aeca6ea3018c79b03be92f1fe553b7730d00fe [diff] | |
parent | ec9fba8f0bbc8815e3e467da9243350ca04d9e3c [diff] |
Fix resolv_{unit,gold}_test linking problem caused by Rust libs am: 84f8101db1 am: ec9fba8f0b Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1769446 Change-Id: I3eacae0bba56370585463c88d526a10b282df743
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.