commit | 3da9249f7d6f3186d5474ce558b870d7b32ba27a | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Jul 03 09:43:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 03 09:43:09 2020 +0000 |
tree | 4ee11a9f06319da6fde9bea02f13c89ad17b5d6b | |
parent | 30567641aa5ecbd687d30c545d61d5735b4b4c2e [diff] | |
parent | 568ed6c942a38f264460c81563e9ef2b8bd980c0 [diff] |
Fix private DNS not working due to getConnectCounter() stuck am: 568ed6c942 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1354544 Change-Id: I82e479aa58329c48dc8455fb7ea380492b5c99e2
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.