Bug: 134997188

Clone this repo:
  1. 3ac57a6 Merge changes from topic "dnsresolver-interface-aware" into main by Lorenzo Colitti · 75 minutes ago main master
  2. 71d38ec Store the network's interfaces in the resolver cache NetConfig. by Lorenzo Colitti · 5 weeks ago
  3. 44fd92c Make resolv_set_nameservers take the AIDL parcel directly. by Lorenzo Colitti · 6 weeks ago
  4. fc15b12 Merge "Add a dedicated Mainline Test Mapping group for Connectivity modules" into main by Diwas Sharma · 6 days ago
  5. 7c2967f Merge "Adding libc++ explicitly to the shared libraries of rust-only tests" into main by Ellen Arteca · 6 days ago

Logging

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.