commit | 7cbd5f77bd86d9cbf611281a957581911a83fde7 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Fri Nov 27 00:12:10 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Fri Nov 27 20:12:27 2020 +0900 |
tree | 1950448f0f46273424d90f579f91e6eeb447baf5 | |
parent | a60f48b6a659341d4588af7c98de190fe3d6338b [diff] |
Replace hand-allocated buffers with std::string in DnsProxyListener Change-Id: Ib801a550d67833e9360ff27fe1d850a84b854c8f
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.