commit | 7e7f81b52f56556a78cbd037f13f0d487090a8ae | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Sun Feb 21 19:04:30 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sun Feb 21 19:04:30 2021 +0000 |
tree | fbe0a22aa0af81533bfdc73943e1da0c4e8f5024 | |
parent | b072b83b17c153415b6d452404df5075728bcb3d [diff] | |
parent | 0bcce06e4126be38b93f4a818d6f45686ccae8f3 [diff] |
[automerger skipped] [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver am: fd4ac10ea8 am: 96deea6276 am: 0bcce06e41 -s ours am skip reason: Change-Id I8020b2e2e7aef270c8534734c204a3629fe0bcf9 with SHA-1 9295b4ad4f is in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1588202 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1f325bc28317c99da988cbd8c09a1d2be45238f9
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.