commit | 55a26f541b1a4ab34114c2d653cddccea9e40ef4 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Dec 02 03:46:00 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 02 03:46:00 2020 +0000 |
tree | 960c292f9bf696821ed662a21d4511fec9646e43 | |
parent | 67941fd5703893abcbc8861db05dcdc527df8278 [diff] | |
parent | 38a6f997217991aaa33fbf2591b17c6279651683 [diff] |
Merge "Extend DnsTlsServer to return IP string" am: 38a6f99721 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1509771 Change-Id: Ibd65b7e0dda27e66cbaa89e5d7738ff529555d36
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.