commit | a2fccc24023943824b255d1b0f8db4ae57656b9c | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Oct 08 01:39:53 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 08 01:39:53 2021 +0000 |
tree | 42547f5a4219c0d50eb4e4f4a4050630f8928221 | |
parent | 531c02b886db185e9c89d0211e175f12a6488296 [diff] | |
parent | ec3de2bcb61fc8a8691d815558daa3b2c66856aa [diff] |
[automerger skipped] Merge "Merge Android 12" am: 90701d2b13 -s ours am: ec3de2bcb6 -s ours am skip reason: Merged-In I382fd7706a9050c786cc1a3735c7a5864dc1bd04 with SHA-1 5c3fbfc561 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1847736 Change-Id: I4ea08b7deb8ff92a0d16054331c647b892833975
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.