commit | b988c623df99e1a500fb2b6a17e55f005363c4a1 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Nov 10 08:06:19 2021 +0000 |
committer | Xin Li <delphij@google.com> | Wed Nov 10 08:06:19 2021 +0000 |
tree | 991f3c1f0299d83cad298fd9ec0ab239f9feaa91 | |
parent | a70ab5e89028ec115125937a1ef58ce38573cc3f [diff] | |
parent | 5576d8fd205b409c652e4faff3003b51e79bb9a6 [diff] |
Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 Bug: 205056467 Merged-In: Ic58e3efec934d2a71828819f7fd818973dc27c5f Change-Id: I35be46ee2a67f1ffbd8ad4bc2f250697efc849a6
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.