commit | aa98c9c277f54f7c010a12c384b324147da52c1f | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Feb 14 08:49:57 2020 +0000 |
committer | Mike Yu <yumike@google.com> | Fri Feb 14 08:49:57 2020 +0000 |
tree | 4b28d0a903b32c9ce39912b6913f8b6cf4aa0fe5 | |
parent | 65170211205fad45528c649c20291e7cab754309 [diff] | |
parent | 33c3afb96d09dddcab20960e5c08d4c51ab7bf29 [diff] |
Change DnsTlsTransport to store a copy of a query am: 7e08b856cb am: 33c3afb96d Change-Id: I12d4bcaf68e9fc1161091f328789fe251fbe134f
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.