commit | 6b8f8092a53ab60aed939a8994433c2091788daf | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Jan 07 02:51:34 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 07 02:51:34 2022 +0000 |
tree | 593b86753ac2923ddd9f1ff9bd81a2612af8f12d | |
parent | 8570d5450a35678bbb659ef957050d24ec8ec642 [diff] | |
parent | 42a735327fcf9773e25dca0e4ab86de02cb7eb00 [diff] |
DoH: Change to use runtime with current thread scheduler in doh_query() am: 42a735327f Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1936192 Change-Id: I2cdec857885198445b645d4c88a8403a2b71334d
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.