commit | d8492a6021267ae4565c0f9d6605dee295db281b | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Oct 24 23:33:08 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 24 23:33:08 2019 -0700 |
tree | 8143be08dba8ad9eedb81f037cbc8179bfa5e3bf | |
parent | 86731cf5d1b8e81e40e834459319423a9f4e6779 [diff] | |
parent | 4694edc90d497b069619664fcd5cc41fe6a9f1c1 [diff] |
Merge "Replace addrinfo with IPSockAddr to store dns addresses" am: 4694edc90d Change-Id: I3f2ec6938f9da60e1370c4eb4d4d70fa32c85358
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.