commit | 119280eedf0b8a10fb5c7607008f2fdac74fbf1d | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Wed Jun 16 08:56:21 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 16 08:56:21 2021 +0000 |
tree | 779e3dee695510b44d37fb15b3896cd6702f5873 | |
parent | 57ff72e8ce0d2d540649d96ef87c606dd622606e [diff] | |
parent | b1aa65a7ebca0ea104f8c85c01550384dca9c0dd [diff] |
Merge changes Id2a5945b,I4ef63f3f * changes: Add setupUdpSocket() and use it in send_dg() Cleanup: dump_error()
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.