commit | 92cb64374502842c1efc5ac6abc88523e6042781 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Nov 18 09:23:42 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 18 09:23:42 2020 +0000 |
tree | a3f8210fcece233e99113d8bc39b6558b3dfcb70 | |
parent | 7f35c63db4a3131f0fa19bd42a7c552305d4300d [diff] | |
parent | 5e1b99187ecb5b6db507320475fd0464d2a24d83 [diff] |
Fix DnsTlsSocket to consume all pending data from ssl am: 5e1b99187e Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1492679 Change-Id: I5b722fe879446da24b05bdb07d0abc36418682b9
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.