commit | 20cd970b130b63756558045ed3ecc7b09ca2a578 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Fri Aug 06 19:00:13 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 06 19:00:13 2021 +0000 |
tree | a6ac848eb6e00e1c096de970d067766b940b73c6 | |
parent | 7b3ada7ddf9c3abd2776dd4351450c4c611aa4de [diff] | |
parent | 6788bee16f30e8fc83078597ac34c67b9098602f [diff] |
Make resolverOptions in ResolverParamsParcel nullable and add a new IPC setResolverOption am: 6788bee16f Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/15482198 Change-Id: Ic8e8395472f9993e2625d688e3537fa190814222
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.