commit | 1e3f81d1b0533abe94268808bb278f8c21e5d592 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Feb 14 09:02:50 2020 +0000 |
committer | Mike Yu <yumike@google.com> | Fri Feb 14 09:02:50 2020 +0000 |
tree | ade0e378f63ca1eafc42a1c765bc265a1708f549 | |
parent | d4e09734067dd21610690826bef76407c377f2dd [diff] | |
parent | aa98c9c277f54f7c010a12c384b324147da52c1f [diff] |
Change DnsTlsTransport to store a copy of a query am: 7e08b856cb am: 33c3afb96d am: aa98c9c277 Change-Id: I185c371921e52794dc5b390c747a6f8821e67f4d
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.