commit | 9d08a4f762138ba3324680ebe1790cc7d07e0bce | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Jun 11 17:33:52 2021 -0700 |
committer | Xin Li <delphij@google.com> | Fri Jun 11 17:33:52 2021 -0700 |
tree | 98146c30dfe0556b146c92d71c42c587b28b8d45 | |
parent | 7135fbfcbdfc775c5acfc695e2e560154bf4aeca [diff] | |
parent | 6da81980b4901f72b4837a20afd8076072fd7c72 [diff] |
DO NOT MERGE - Merge ab/7272582 Bug: 190855093 Change-Id: I10ae515cb1124f5ea07c361c9ba246e846ad54cd
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.