commit | 07db887b0111a1f76d046ea62bd0408a1ec3c921 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Fri Jan 21 07:25:40 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 21 07:25:40 2022 +0000 |
tree | 5e24dff1afe575a1f4e5d4f9d490234ffe2ea9c1 | |
parent | f2784f9fb2a218fd9929f6dec66f3506a027027a [diff] | |
parent | 995c75fcb1b70581f2bad1f58b4f5d73b65fc113 [diff] |
Merge "Get the mainline-presubmit modules from a defaults clause." am: 995c75fcb1 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1952196 Change-Id: I6817f988df27b294746eceeb681f85295834afca
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.