commit | 8277923f04ed61acd47a3161eaa749a31e546ce3 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Mar 19 09:52:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 19 09:52:09 2020 +0000 |
tree | ad96b45afc4c0a5a5c5ee621ce8ff09e2c552a84 | |
parent | 97e474e933d39485dfe0e13561165a8c652c78e4 [diff] | |
parent | fcf0534ef84128ed17abce80945a70de69b51da5 [diff] |
Merge "Refine the library linking for the tests of DnsResolver" am: dde25bcdf6 am: fcf0534ef8 Change-Id: Iaa5c469b264459dff599e9cde6c7d5f06cc2f8ee
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.