commit | ce9d84da5cbbbc6a2614a3eee82ba4eaa0959f79 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Dec 10 00:10:26 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Thu Dec 10 00:10:26 2020 +0900 |
tree | 4ba220548a224154c1a9c3f1d57103d397eb30a8 | |
parent | be92a7ec5aedfcb58aeb3f52c8ed1080c75239a3 [diff] |
Initial setup for Rust development in DnsResolver Change-Id: Ia7cb2934b18abca763170ad17eec5849fbbc02ea
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.