commit | e496292498fe313399ad73a1ca82ae155db060a9 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Oct 05 08:35:03 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 05 08:35:03 2021 +0000 |
tree | ee2f74c650ce64e8383e3311927f5fcac10c5b88 | |
parent | 8efa8be0ae5a4e477d972b5d0851e8f936516eb4 [diff] | |
parent | bc48dc1277eaf11c5521f58e8b9baf5ef98730b9 [diff] |
DoH: Split out FFI logic to separate module am: aa0dac6f1b am: bc48dc1277 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1844200 Change-Id: Ibd83c6ad5cad46efbfea00892725ffe76bfad5cd
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.