commit | 020120f5400dbf2406056d6e96b062ffe8881728 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Sep 21 13:24:55 2021 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Thu Oct 07 12:36:22 2021 -0700 |
tree | 5441798f18c005c558f1f27571894f51b226a835 | |
parent | 373b7f6235ef82380fd2a6bddcacf39cc14316c5 [diff] |
DoH: Factor dependencies to a single list Bug: 202081046 Change-Id: I4fd4c57a6b3041ad3c03bfbf0761f93a0792c8ce
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.