commit | d961c43a58fc809e371a11b61cfee0e91b425dae | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Dec 02 04:12:29 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 02 04:12:29 2020 +0000 |
tree | 8c23ece5106ee2594056b7fcd99e3f523a30a594 | |
parent | c4a0ee1daef3d2b61ea043624475ea3889fc20b8 [diff] | |
parent | 67941fd5703893abcbc8861db05dcdc527df8278 [diff] |
Merge "Remove validation threads tracking in PrivateDnsConfiguration" am: 2eece3f55a am: 67941fd570 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1509770 Change-Id: I76068aefb1afdb24780aac7939e9e8cc1f4fbb74
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.