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