commit | ab135caee490b8183852bedf5694eb2eaa5b9a2e | [log] [tgz] |
---|---|---|
author | martinwu <martinwu@google.com> | Fri Oct 23 04:29:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 23 04:29:40 2020 +0000 |
tree | 5caedb65683eb23cafafbc963ed9aff10ab23d15 | |
parent | 098091a6dabda3960d0cebb8122c8db6891d0c49 [diff] | |
parent | 507196949d7c6c805b4fade025be6a1833ac883e [diff] |
Keep the version of dnsresolver consistent with that on mainline-prod. am: 9e31950353 am: 507196949d Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1470466 Change-Id: I8e7ce37f3d62d2e55b635d7f5f19b891821455f5
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.