commit | cd4ffe4a23b16bbcd3c3ae4898c0b7bea6aa7649 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Sep 26 07:54:46 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 26 07:54:46 2019 -0700 |
tree | e04c0b8281ca51cb8ce59ab90a12549969b5d53d | |
parent | be1ec0130ab08284f34edd789f04506c53545c62 [diff] | |
parent | 0394116c91ff898ca5d24efa46fbbda4293da84b [diff] |
Merge "DnsResolver: make libcrypto a shared lib." am: c074661f01 am: 0394116c91 Change-Id: Ife2bbcda415ea8623f2a224ee5cd31905f7c9655
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.