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