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