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