commit | 8e93d315d456db514cb7619c9ef72e08dd068145 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Jul 03 02:50:35 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 03 02:50:35 2020 +0000 |
tree | 1308702136091932cd16932711f57a77be1e6cb5 | |
parent | 8e020246e07176530c6126fdbbb231ba0cb39317 [diff] | |
parent | 31e079365ee6902fc5e4b1c164f983a01e577a07 [diff] |
Fix private DNS not working due to getConnectCounter() stuck am: 3c07ec67d1 am: 31e079365e Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12047280 Change-Id: I0e08237b0b2b0a6c58d475b7ba87c6bf410a296e
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.