commit | 0583faffdbe5871c87b808297e06b337578b2eb7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Nov 25 01:49:09 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 25 01:49:09 2019 +0000 |
tree | eca63da5b613f21ae0d61cc8ac0e9ab20d7db09f | |
parent | 6ba673b557a3a5b200f1678d2dfb10afd75eca0f [diff] | |
parent | 5460cd5de0a7993b25f7641221b7f026e9ceefc5 [diff] |
Merge "Remove api_dir property"
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.