commit | 2f819aee642a18c35e3f949f6f19fee834e9953e | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Jul 03 02:39:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 03 02:39:56 2020 +0000 |
tree | 8b8f4c9d6f5dea22b9a30d42f8b544633ba5aadc | |
parent | 9b969c905b896cf828ae68bcf91391ad31f0c5d6 [diff] | |
parent | 3c07ec67d152e200ad708e12db97800430378572 [diff] |
Fix private DNS not working due to getConnectCounter() stuck am: 3c07ec67d1 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12047280 Change-Id: Id91209cd62883a673a3da3d649921fe633b3e05d
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.