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