commit | 30836670c87b756d4d1030f93a1c01d79b0ff848 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Wed Oct 06 11:21:27 2021 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Thu Oct 07 12:40:07 2021 -0700 |
tree | f0bf13801313a6f891af51e02b024376dc2a2926 | |
parent | 231d2b2e22ebf8b59d4de48b185061ba9b0e6c41 [diff] |
DoH: Factor out message encoding Bug: 202081046 Change-Id: I77f8697cbcffb0d872c63a6a1b1343c1459d7ae7
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.