commit | 87e2eeda1c35a5d583eeba2da5e3984880937ea5 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Tue Dec 07 02:52:00 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 07 02:52:00 2021 +0000 |
tree | d56aece7318cbca3fefdba78278b019fc4ce7f53 | |
parent | 0950c3f31bccd399ba0920bee6e99d16a3cd4507 [diff] | |
parent | 1f65175725f4bd696906ca371d955cae5ef14c99 [diff] |
DoH: Increase the size of Network mpsc channel am: 153b3fe1a0 am: 1f65175725 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1906167 Change-Id: Ie16c64826bbd0843f90d34a84d719af75fff4b27
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.