Clone this repo:
  1. a5d2ef1 resolv_service_fuzzer: add dlopen dep explicitly by Steven Moreland · 5 days ago main master
  2. 937159a DnsResolver changes for supporting satellite transport by Nagendra Prasad Nagarle Basavaraju · 3 months ago
  3. 2888e32 Allow background networking for test uids am: b7574d4e63 by Suprabh Shukla · 3 months ago
  4. b7574d4 Allow background networking for test uids by Suprabh Shukla · 3 months ago
  5. 1329f12 Fix ambiguous fmt::format_to calls am: c22d1055a3 by Ryan Prichard · 3 months 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.