commit | 4d70e9efa5ae4b5eae682e5267fa09a2d694d23e | [log] [tgz] |
---|---|---|
author | Xiao Ma <[email protected]> | Mon Mar 24 15:38:17 2025 +0900 |
committer | Xiao Ma <[email protected]> | Mon Mar 24 23:53:14 2025 +0900 |
tree | e72305941f78d87df6f2e749ed2b50a3ce0fa809 | |
parent | e84ae5baa22b4ffdec86a39d4d3ab79fb9570638 [diff] |
Check if a specific UID is allowed to bypass the private DNS rule on a given network. Bug: 368416967 Test: TH Change-Id: I4aa189f813866cc013f135bd8cc9184c25786114
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.