Snap for 14064202 from 6b18ba33b67e1e5fcf184b55ac44bc79b6befb6b to 25Q4-release Change-Id: I51dc0cfc31d255f17c4eaedef4c3b1a182b6b906
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.