commit | 52b21098674e6615dad2714d17b42dcbf66703c6 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Mar 04 04:06:31 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 04 04:06:31 2022 +0000 |
tree | 686e52a0e5c0efcc14dbf1ffd00581cd5493115b | |
parent | cc90af0e0d3e86a67f59e9c3103bfff439069ad0 [diff] | |
parent | 43c6ffcc75043d4c6ec9ce4653461ee18ae5b59c [diff] |
Exclude VPN and mobile data from .local resolution am: a17ba5aee1 am: 0a58457b9d am: 43c6ffcc75 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/2006671 Change-Id: I80a51a92d45a4822f87aa5ede8d636c895ee616c
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.