commit | 3682c0739ddf9a059d3d7210856a6787f389fa8d | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Jun 24 02:43:54 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Thu Jun 24 23:10:12 2021 +0800 |
tree | 0c14f3501537426c5334a134334716198ea181e4 | |
parent | e912c763ecd5e9908a5be8581d94551ed6514b6d [diff] |
Add doh experiment flag Test: TH Bug: 155855709 Change-Id: Ie2536938a4f01e24cffcbec9794990fc4d4e2d6c
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.