commit | c3943da00b77c9c0833c844ca712eb6230a1fff9 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Fri Aug 06 18:59:24 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Aug 06 18:59:24 2021 +0000 |
tree | 149832d945960145211ab93a33f662b457aa1d24 | |
parent | a8f9900a07abb8facc46fc7ede32c594680e9d99 [diff] | |
parent | 6788bee16f30e8fc83078597ac34c67b9098602f [diff] |
[automerger skipped] Make resolverOptions in ResolverParamsParcel nullable and add a new IPC setResolverOption am: 6788bee16f -s ours am skip reason: Merged-In I81f4b12dbb06783b72883572926b2e423220a9f7 with SHA-1 87208e2598 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/15482198 Change-Id: Ibf8e6f7df0af76c11a29de160709ab9637cb6746
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.