commit | 1b982da834646edf69fe8f3555dcaff825089c0a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 24 04:33:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 24 04:33:40 2020 +0000 |
tree | f4c8dd4cdd753dcaf519d0e162f6a0478b2f83e7 | |
parent | 34168bedfaf31e00356b075f52efaf1622b7b9e2 [diff] | |
parent | c4f506d7106384e613ed9aa0d17cf9398d6b392c [diff] |
DnsResolver/DnsTlsSocket - fixes bugprone-unused-return-value warning am: c4f506d710 Change-Id: I0ac194789ead8b8178905050d4d8bff4a1b3bb08
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.