commit | 72b1ed39b0e29a3cc0b5affe62fbdd738da08cbc | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Feb 19 08:29:50 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 19 08:29:50 2021 +0000 |
tree | fbe0a22aa0af81533bfdc73943e1da0c4e8f5024 | |
parent | 6a8371a020d7efdffff544ca8b1e88a8a0e9978e [diff] | |
parent | d07e2f90e8faf5e1e6acc129e875b7002f7d493d [diff] |
[automerger skipped] [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/DnsResolver am: fd4ac10ea8 am: 96deea6276 -s ours am: d07e2f90e8 -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: If6bd5087ef901412cb83110a4c30452c582aea6a
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.