commit | fa01ee0d2bd8eb1e3350455c60c6b5459d6a11a6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 24 05:01:42 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 24 05:01:42 2020 +0000 |
tree | f4c8dd4cdd753dcaf519d0e162f6a0478b2f83e7 | |
parent | 720d5af9daf15436fea1264b90755d63697a9702 [diff] | |
parent | ca324896e1f8861a38cafcfa7c90c47168102b46 [diff] |
DnsResolver/DnsTlsSocket - fixes bugprone-unused-return-value warning am: c4f506d710 am: 1b982da834 am: ca324896e1 Change-Id: I45e6e42a2befe088060e33cba1c3851ae60fe2f6
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.