commit | 4e718978767a198413bbeebb557b85b8ca8df2d4 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Jul 03 09:52:29 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 03 09:52:29 2020 +0000 |
tree | 1308702136091932cd16932711f57a77be1e6cb5 | |
parent | 495a57d180dc5df558c8b2a8aae9c13af68b0f05 [diff] | |
parent | 3da9249f7d6f3186d5474ce558b870d7b32ba27a [diff] |
[automerger skipped] Fix private DNS not working due to getConnectCounter() stuck am: 568ed6c942 am: 3da9249f7d -s ours am skip reason: Change-Id I050ce8f13c19f706d58bac44c0e5a269481cb0c0 with SHA-1 3c07ec67d1 is in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1354544 Change-Id: I32cdc82725d07939a2b51e7f2f0d803e00624b11
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.