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