commit | 1179fa6143257bd6f341fe9c540e1801374efc6b | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Thu Apr 07 18:00:22 2022 +0800 |
committer | Ken Chen <cken@google.com> | Mon Apr 11 13:43:56 2022 +0800 |
tree | e495d30acceeae4140d21628229ef0e8ad893742 | |
parent | 637d771880a98d2feb5a9d1839ad59d048722ebb [diff] |
Enable temporarily disabled resolver tests on Q/R/S 5 tests rely on Netd firewallSetUidRule(), firewallEnableChildChain(), and firewall<Add|Remove>UidInterfaceRules() were temporarily disabled in aosp/1983986. Re-enable them on Q/R/S. Test: atest resolv_integration_test on aosp, tm-dev Bug: 227159929 Bug: 219434602 Change-Id: Ic7e777be647e48d7c776152344ae9cb830b5bd27
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.