commit | e954ac8833536b4979033fd1a2fd35b3de7f4a2c | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Dec 12 20:12:59 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Dec 12 20:12:59 2019 -0800 |
tree | a2ca91cd37309a03e8c2fe659dcc7c6023f686af | |
parent | fe3afd63e96231518a703bad6ab091bc750afc34 [diff] | |
parent | 79c7638b901ec706b8beb78101293b109cc193f9 [diff] |
Merge "Remove unused openssl header from resolv_integration_test" am: 79c7638b90 Change-Id: Ie94019d9a2487dd124012735449afc03e4f95290
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.