Bug: 134997188

Clone this repo:
  1. f4bdd6b Merge "Use ConnectivityTestTargetPreparer in doh_ffi_test" into main by Remi NGUYEN VAN · 3 days ago main master
  2. d4202f1 Fix packages/modules/DnsResolver/DnsProxyListener.h for incomplete type for unique_ptr am: 8a3d7b42b7 by Zijun · 11 days ago
  3. 8a3d7b4 Fix packages/modules/DnsResolver/DnsProxyListener.h for incomplete type for unique_ptr by Zijun · 11 days ago
  4. 9cfd351 Merge "Add interface names to resolver dumpsys." into main am: 554e40f6a5 by Treehugger Robot · 3 weeks ago
  5. 554e40f Merge "Add interface names to resolver dumpsys." into main by Treehugger Robot · 3 weeks 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.