Bug: 134997188

Clone this repo:
  1. 9c71c8b Merge "Test: Fix a flakiness in PrivateDnsConfigurationTest" by Mike Yu · 3 days ago main master
  2. 5289b1b Merge "Test: Create single PrivateDnsConfiguration in PrivateDnsConfigurationTest and make it static" by Mike Yu · 3 days ago
  3. 07f29c2 Test: Fix a flakiness in PrivateDnsConfigurationTest by Mike Yu · 8 days ago
  4. eef17ad Test: Create single PrivateDnsConfiguration in PrivateDnsConfigurationTest and make it static by Mike Yu · 10 days ago
  5. 3aea8db Stop checking IP address with the DoH list if the hostname is known by Mike Yu · 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.