commit | acb288e0849e4d37c6e92299a0add19a3a885cdb | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Wed Oct 30 10:10:23 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 30 10:10:23 2019 -0700 |
tree | 6851b188dff6cea9efe7726e9ce02165f6d071e2 | |
parent | 746bf544b37f4ce550326158fac68ae7f5b651dd [diff] | |
parent | aee366411949bcfbcb6e5fb6ad95a399a1cf74c6 [diff] |
Merge "Support variety of IPv6 addresses on RDNS-on-cache" am: aee3664119 Change-Id: I611380c4b3c27cb63c38914439952aab146e8de7
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.