commit | 15475a6b262f40e7ef36b7ab80c731586fb78b1e | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Thu Jan 02 00:40:54 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 02 00:40:54 2020 -0800 |
tree | 98f91f3e685593e2ed3688d4e3ed154fb6b01b61 | |
parent | 084ba41560fca7b9c336c0d23a9b23179526d73c [diff] | |
parent | c90b4a079aa06a0649a7e32f06631def83dfa3f9 [diff] |
Merge "dns_responder: Truncate UDP response which is larger than 512 bytes" am: c90b4a079a Change-Id: I52cbb6bf5da70a6a2d1a035b37508d7c026cb7ae
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.