commit | cc90af0e0d3e86a67f59e9c3103bfff439069ad0 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Mar 04 03:45:07 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 04 03:45:07 2022 +0000 |
tree | 686e52a0e5c0efcc14dbf1ffd00581cd5493115b | |
parent | 388eded312fc82a58b79694468985b27df3e8d86 [diff] | |
parent | 347b756b6c67c3b8a4221257b3f215d95407668d [diff] |
Exclude VPN and mobile data from .local resolution am: a17ba5aee1 am: 347b756b6c Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/2006671 Change-Id: I3cc6bb5cb8a523724c493fb35c701b960666b7b4
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.