commit | f31b69f36e3ab2636cf5fa5ac57bee4939f909cf | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Mar 18 19:40:51 2020 -0700 |
committer | Xin Li <delphij@google.com> | Wed Mar 18 19:40:51 2020 -0700 |
tree | 10b91766273774c6ff440ff2a2eb7d73c28e209a | |
parent | 19df578df7895d60ac09ab7a611eadb467c2b523 [diff] | |
parent | 376d17ad6d5abafe26738b0245b0fdbe6bff2edd [diff] |
DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp@6304901 into stag-aosp-master Bug: 151763422 Change-Id: I9a53e293939724a33b9b7758fba549321bc41279
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.