commit | 69ae86a8d834d1dc44271fac0ab3913af9830b1a | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed May 05 05:53:38 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 05 05:53:38 2021 +0000 |
tree | 42399e33b13115b0526920e6b4eef131905b53ad | |
parent | 890d7b9ef98a6a8d3456039c4af0b494297ef613 [diff] | |
parent | 7c5792f771987ec3a885e7721edf6669aa06f69d [diff] |
Support DoT query timeout am: 08b2f2b72e am: 9cdea8738a am: 7c5792f771 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1533160 Change-Id: I35162270215427e1bc7c823a32d15a57738319a3
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.