commit | 55b15ff4df3c6aa29a0fb71ab32a9846314e3a48 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Wed Jan 22 09:58:40 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 22 09:58:40 2020 -0800 |
tree | d9f0bac367df4d6425369bf3aa9d08f44e2700b4 | |
parent | 4b791ee557122138ab0c4603762692e9187a9289 [diff] | |
parent | a0e280c20b6c1160f007195ce546d314d1a4cc45 [diff] |
Merge "Support alternative handling on truncated DNS response" am: a0e280c20b Change-Id: If1da5d88551259f81b876126d45b6e7ad121f36e
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.