| commit | ada7a8a64f77cbb5606724ffee5e0fe2d59f7fab | [log] [tgz] |
|---|---|---|
| author | Ningyuan Wang <ningyuan@google.com> | Mon Jun 23 17:57:51 2025 +0900 |
| committer | Ningyuan Wang <ningyuan@google.com> | Tue Jul 22 13:00:41 2025 +0900 |
| tree | 4a795bdc4d84e21c13845e87ca1d6dba422b51c9 | |
| parent | bdb6f6706737f4bdcef151220d9e1699974d2fb1 [diff] |
integration_test: Add DNSResponder::bindToDevice This CL adds DNSResponder::bindToIfDevice, which allows the name server to be bind to a specific network interface by its ifname. Flag: EXEMPT Integration test code Bug: 379992903 Change-Id: I0f70fec1d347375b3f846bf044ac740ef6c11eb9
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.