Snap for 13264465 from 4df80aaa83bc5352e704f986f28f81ca1924dae2 to 25Q2-release Change-Id: Ifb8d01376f12c354a9aca877160746bf746cf6e1
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.