Bug: 134997188

Clone this repo:
  1. 430272d Update code for Rust 1.83.0 by Chris Wailes · 7 days ago main master
  2. 1178265 Merge "Do not retry queries when socket remote hung up" into main by Remi NGUYEN VAN · 2 weeks ago
  3. 73f635f Remove Q-only code in DnsResolver by Ningyuan Wang · 4 weeks ago
  4. 83fdbab Do not retry queries when socket remote hung up by Remi NGUYEN VAN · 9 weeks ago
  5. 4c6cabb Merge "Set libdoh_frontend_ffi to link libstd statically" into main by Maciej Żenczykowski · 5 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.