commit | 667a6fbfd5b615b4ba6583de75a956e6fd420cf1 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Apr 08 07:44:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 08 07:44:10 2021 +0000 |
tree | 5a63ae51c146159b37d40d3de349fb4c8e778200 | |
parent | 77319d93af700a0b070d723f952552df304129f3 [diff] | |
parent | 364ee3da4b2f64c6dc798836f16238d962e02cf5 [diff] |
Merge "Loose the packet count check in DnsServerSelection" am: 72799f37c6 am: 01dfea0441 am: 364ee3da4b Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1649304 Change-Id: I8017179120eb63b9f7337bd99adb028f28310ae2
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.