commit | 4701ca646114a0ef3dfbf035fb5459f27a5c583e | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Apr 16 11:39:50 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Wed May 13 18:48:02 2020 +0800 |
tree | 67b45320e9de0950c3abd79007eeaf633864c3bf | |
parent | 468ac8ae145658bbe8a49fa64a9fad7c57708edb [diff] |
Add linux_errno to resolv_stats_test_utils Also do the revelant change in resolv_unit_test to give the default value to linux_errno. Bug: 150662964 Test: atest Change-Id: Ia5a4e509ad8728a18f9a8a9c7b9d74059e2e307f
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.