commit | 0a82238d685b1d358a77bcc2cbb4f42c5f003ccb | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Sun Aug 02 18:24:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Aug 02 18:24:25 2020 +0000 |
tree | 437204ea9b942d0cda7881f8d7440e8b1f5c4e1b | |
parent | 3dff1be0fe9177b3ee9b793233e0f314e7dfb45e [diff] | |
parent | 5e1cbd5b9865a02452c89c4ed818b38dc7d46f90 [diff] |
[automerger skipped] Merge "Enable mainline-presubmit for DnsResolver" am: 914656b6f4 am: 5e1cbd5b98 -s ours am skip reason: Change-Id I157e951d67a45970b5a61922afd21592976c929f with SHA-1 46799394c0 is in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1373697 Change-Id: I5d6ee84cf92758e0c5c4ca1ce28d6146498ea48d
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.