Bug: 134997188

Clone this repo:
  1. 6439138 Fix stack corruption in _find_src_addr by Andrei Makeev · 3 weeks ago main master
  2. 8069400 Merge "libc++fs is part of libc++ now." into main by Treehugger Robot · 5 weeks ago
  3. f4bdd6b Merge "Use ConnectivityTestTargetPreparer in doh_ffi_test" into main by Remi NGUYEN VAN · 6 weeks ago
  4. f508d1f libc++fs is part of libc++ now. by Elliott Hughes · 6 weeks ago
  5. d4202f1 Fix packages/modules/DnsResolver/DnsProxyListener.h for incomplete type for unique_ptr am: 8a3d7b42b7 by Zijun · 7 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.