commit | b121cbf0355ae9d6dc1aba11ac2dc107cebc8ab4 | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Fri Sep 03 02:38:04 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Sep 03 02:38:04 2021 +0000 |
tree | 1b85f87ab0a6e6e20c013d08565e8f5095802ef7 | |
parent | 5d7251433327be0304a6075c25ddb9a77c41ebb6 [diff] | |
parent | 094d9ab72cc2dd9c4d11e31a27ffc6bab0cf9733 [diff] |
Merge "Replace manual buffer handling with std::span" am: 094d9ab72c Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1790127 Change-Id: I35c2c70c5af1eb311f50b0afa530d09bb4d110bd
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.