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