commit | c90b4a079aa06a0649a7e32f06631def83dfa3f9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jan 02 08:38:16 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 02 08:38:16 2020 +0000 |
tree | 98f91f3e685593e2ed3688d4e3ed154fb6b01b61 | |
parent | 1fea18cabdb02adbddafa766617a8320512cdf74 [diff] | |
parent | 22617fdf37ea5c72dd52ee2d134c71462f68a344 [diff] |
Merge "dns_responder: Truncate UDP response which is larger than 512 bytes"
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.