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