commit | aa0dac6f1b9b2a09bc3c39688521f9dc1ec8ac1f | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Thu Sep 16 16:16:58 2021 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Mon Oct 04 20:53:20 2021 -0700 |
tree | 6e37978dac4c343cf63cab4ab5c6ffab082aaa17 | |
parent | ae5fe72c344017e4fecfef661ba4391dfde89e97 [diff] |
DoH: Split out FFI logic to separate module Bug: 202081046 Change-Id: Ie9093ab14a4eb4fc17381ad81f362dd209038d4d
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.