commit | 09e2cd8d9ddbebcfb75e28939cb39a9acf7923f7 | [log] [tgz] |
---|---|---|
author | Frank Li <lifr@google.com> | Tue Feb 18 08:27:08 2020 +0000 |
committer | Frank Li <lifr@google.com> | Tue Feb 18 08:27:08 2020 +0000 |
tree | e2f7fb5d34f9c1cabae4d1dca834aa3b0c337e00 | |
parent | 1812b564d2a6a1b6cbc841af9c5ec89a0b1d682a [diff] | |
parent | a7529663dd37e0c21f301b8512aff3d8745e5600 [diff] |
Merge "Fix retry time value in dnsQueryEvent when perform DNS query over TCP" am: 3b17b0a18b am: 9f4bad9ea7 am: a7529663dd Change-Id: I4d884dd5016667d675c44f00352660ed9d105422
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.