commit | 971821fbec494c78c292dde5f3d309711568599e | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Fri Oct 08 21:04:31 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 08 21:04:31 2021 +0000 |
tree | 29cd0ff546c303b2360c573192d9d6d7d0516ecd | |
parent | 90701d2b13cedecdf41c2c32369e46da8d02e7c0 [diff] | |
parent | 020120f5400dbf2406056d6e96b062ffe8881728 [diff] |
Merge changes I4fd4c57a,I719965ff,I91a8a7f4 * changes: DoH: Factor dependencies to a single list DoH: Factor out BootTime DoH: Refactor FFI
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.