commit | 2b563744fe0a89be8f1aedbe9b84f9f1c67cc225 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Oct 30 11:50:07 2019 -0700 |
committer | Xin Li <delphij@google.com> | Wed Oct 30 11:50:07 2019 -0700 |
tree | 6851b188dff6cea9efe7726e9ce02165f6d071e2 | |
parent | acb288e0849e4d37c6e92299a0add19a3a885cdb [diff] | |
parent | 0f7eb92288b25b8b2f51d0ccf6227bbd52f74a24 [diff] |
DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master Bug: 142003500 Change-Id: Ibbb367980b91ccb20b23e391a0fccde3d7b0a98a
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.