commit | 6ba673b557a3a5b200f1678d2dfb10afd75eca0f | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Nov 21 16:27:56 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 21 16:27:56 2019 +0000 |
tree | 3315cb32234443bf4a7b25ede6f3896041204157 | |
parent | 766feae1185bac8cd381f52b4873f0987ff2bf17 [diff] | |
parent | 99c0b3264836494f9c10e67dab3b802a46a5f8e6 [diff] |
Merge "Move private headers out of /include folder"
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.