commit | b26c9d341a6e6465f7092504eaf36dd5c66df8dd | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Dec 02 03:43:36 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 02 03:43:36 2020 +0000 |
tree | 1d1778261d91d4c4731f42a1cf5b532d21b6e56f | |
parent | 3319d5f107b10108ae6e70d467a7b104cf731fa6 [diff] | |
parent | 58eff5d4f307cca789672f25664d3bc19f3738cf [diff] |
Merge "Extend DnsTlsServer to store validation state" am: 58eff5d4f3 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1509769 Change-Id: I3df5a576cff952b5db3c210110c67c316f1cdc6b
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.