commit | 1666842348541329b66c8138797adf9da6c9f852 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Apr 09 17:51:19 2020 -0700 |
committer | Xin Li <delphij@google.com> | Thu Apr 09 17:51:19 2020 -0700 |
tree | 5f2aab4e1722bae3d66cb8cde43a6411785e2d1d | |
parent | 1575498f2fc3a9763e5b80f1fb34fa7c428b66b0 [diff] | |
parent | 94f186f19b85942592328a27669b4f3a8186cf8e [diff] |
DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp into stag-aosp-master Bug: 151763422 Change-Id: I716ce29bc586b41d65da9b20c2d0dec52b9c2274
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.