commit | e35ffe2758cbfb8cb4214ff3fdc8edd6e1de1600 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon May 18 17:44:01 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 18 17:44:01 2020 +0000 |
tree | 60ce961c4662a370f0b1aae9e35ff944b40020ad | |
parent | 52abf73c799ec3a77cc0de66de2c8d9087022f0a [diff] | |
parent | aff678e0ca7ade9ad7eaaa1fdc689501e2764ec4 [diff] |
Add linux_errno to resolv_stats_test_utils am: aff678e0ca Change-Id: I29f922c03a137104fcc4f13772cb6fa300918169
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.