commit | 509e37053762fbb52c2fb1e6cd9a14c1f685b099 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Jul 30 04:33:06 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 30 04:33:06 2021 +0000 |
tree | 52b14d5dbf7f0255603fb2ff20d70b52bb72dffc | |
parent | 44cb608cc56795e4a2d5b5328306bbdbbc228a85 [diff] | |
parent | df84c209aa8004da7d5801e83503c7ebf98805fc [diff] |
Merge "Add some unit test for doh"
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.