commit | 788eb5b7aed1a078b0a359b1a576dd4c5b415cb4 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Sep 16 07:51:06 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 16 07:51:06 2021 +0000 |
tree | 9259f0005a1470d69577be6b594f8a7910ed9175 | |
parent | 11a59337d73875ff0c14378aa4ecfe53a9587e1a [diff] | |
parent | e90822f6f75d28c6292ff6114a0d2096627493c6 [diff] |
Merge "Refactor DohConnection and add an explicit statemachine into it" am: 9d8426d010 am: 317a40c5f5 am: e90822f6f7 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1815039 Change-Id: I4d43bf8e259ab84f44a486501f82ab7dff4da105
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.