commit | 42b82883d82383392bdd0b21506768d52e9ad881 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Jul 07 15:17:17 2021 +0800 |
committer | Luke Huang <huangluke@google.com> | Wed Jul 07 15:17:17 2021 +0800 |
tree | 4ba8be31d856a38c87c4abb1e29d8d966834e6d8 | |
parent | 80c211ac876d88add38a71813995f5c61b72dbdb [diff] |
Bump resolv apex version code Ignore-AOSP-First: internal testing relevant change, will CP back to aosp later. Bug: 192807957 Test: TH Change-Id: Iede780a98130418c3efb1f0fa9a7b9c8c06e973f
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.