commit | 120767cb096f9f90aeb8db4fd8bdb2d54d82f85f | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon May 18 18:29:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 18 18:29:28 2020 +0000 |
tree | 60ce961c4662a370f0b1aae9e35ff944b40020ad | |
parent | d76dfd9999bfc072a244526b580028c9ceea1bd9 [diff] | |
parent | 5d1eae1a0a09e1d8d15650e0d11ad0631a7520fb [diff] |
Add linux_errno to resolv_stats_test_utils am: aff678e0ca am: 5d1eae1a0a Change-Id: I9ba6c19bc8d7763ea6b77688ba0fe0b0331a618d
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.