commit | acd3a185d10dfe7c366433ff782286338c6e58da | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue Aug 17 03:50:15 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Aug 17 03:50:15 2021 +0000 |
tree | fa6e827b2ac0fa114a75229c5059327d405d956a | |
parent | f5e650b62455660cc7ff7ee3caed2e3fbcc6e2e3 [diff] | |
parent | 6f1bea5c67078d307a21b6014f3ef666449add45 [diff] |
[automerger skipped] Merge "Remove ndk_platform backend. Use the ndk backend." am: 97c70e0f35 am: 6f1bea5c67 -s ours am skip reason: Merged-In Iab535f4e2c9ba5017e9ee2e112ff20059e7f401b with SHA-1 f5e650b624 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1789013 Change-Id: Iee41db2b4955e2be12b870ad7242762a9a885a9f
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.