commit | c41a12fd8a024d312eab32073fe562ef529c7551 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Apr 15 06:39:32 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 15 06:39:32 2021 +0000 |
tree | 8861272efa3564040752527e3c28205ba8f22c7a | |
parent | dba9af1c3414a801757e9f36addbf3938b7771ed [diff] | |
parent | 744f7c2e557472431cfd2a4e20ff4e8fc8395ebb [diff] |
Merge "Add doh_unit_test target" into sc-dev
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.