commit | 2f013de16de1918fe163557aeb403cfd5f2f497d | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Jul 09 05:21:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 09 05:21:52 2021 +0000 |
tree | 31efbe5c2171c239b87806d63be3ac9fc8742f9e | |
parent | 019081e764cf059788911e7390f8ef89dbf6ee7a [diff] | |
parent | 95450851b4ce1c1c125374e115410692c6f876d5 [diff] |
Merge "Revert "Read test cacert and keys from files"" am: 95450851b4 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1760572 Change-Id: I83eeaac537f4486106e6bbdbc6365c1a7a77032a
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.