commit | 3a6b54a116c42b2b38a1be9a37d28cef7d2f1a01 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Wed Oct 06 15:43:52 2021 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Thu Oct 07 12:40:07 2021 -0700 |
tree | 15712a877fd9a23e96ac55ecc7768975cdc7f076 | |
parent | 30836670c87b756d4d1030f93a1c01d79b0ff848 [diff] |
DoH: Migrate C callback logic to ffi module Bug: 202081046 Change-Id: I9cbba1b8181ce5c1b0276aebb64fbec194cef6a5
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.