commit | 52fddf7ec2b4a1fb4412070645dd2077bd18d7a0 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 15 06:52:05 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 15 06:52:05 2020 +0000 |
tree | 67b45320e9de0950c3abd79007eeaf633864c3bf | |
parent | 00e217f592af0c9fcc67396721eb6230732b7131 [diff] | |
parent | 4701ca646114a0ef3dfbf035fb5459f27a5c583e [diff] |
Add linux_errno to resolv_stats_test_utils am: 4701ca6461 Change-Id: I8b75611408d445b8c0eb7e226a3767523157480b
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.