commit | eea5ea6d00fb5d8c502b107884d5c133ef1635c0 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Oct 23 01:12:53 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 23 01:12:53 2020 +0000 |
tree | 5caedb65683eb23cafafbc963ed9aff10ab23d15 | |
parent | 02630e59b8554f0639b38f960f33e250ae7498e3 [diff] | |
parent | 3d26fd87523035db141e61a0c9aa8be07d453d4a [diff] |
Skip ab/6749736 in stage. am: 3d26fd8752 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12797518 Change-Id: Iba32df1d8b475a0b11aa285655a30e180f6020da
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.