commit | aa947e4905676ab3fdc0ce1a3535e234437c73d4 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Nov 17 09:43:41 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 17 09:43:41 2021 +0000 |
tree | 30a553896a9835b7e91153073b3514f9d604ba40 | |
parent | b1d84003f88542c02a178c4c1e1c954811a5fd2f [diff] | |
parent | c4e5b93106dbe419545b5e908cdb6c697491ee10 [diff] |
[automerger skipped] Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master am: c4e5b93106 -s ours am skip reason: Merged-In Ic58e3efec934d2a71828819f7fd818973dc27c5f with SHA-1 5576d8fd20 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/16279658 Change-Id: I85fd1c8c83b47a5b66c5c7b6175ba5b5a5f1cd05
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.