commit | dca663d3b03dd546f95d3ed1271061ab8523aa41 | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Wed Nov 27 21:18:05 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Nov 27 21:18:05 2019 -0800 |
tree | 4637870003b03c951b18c873f6fa6cc330ba4abe | |
parent | 4ac62c1758834031939e18b5ecdefbd7161cc343 [diff] | |
parent | c6556625540dbd5e62ce409f1baa8abda77c021f [diff] |
resolv_gold_test: Add DNS-over-TLS test am: c655662554 Change-Id: Ibfda6c28d0d6b260fc6211d5980601ab8d4e7a88
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.