commit | 7e17c5f204a0279c47d65696566c2403e825b06e | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Tue Dec 29 15:50:42 2020 +0800 |
committer | paulhu <paulhu@google.com> | Mon Jan 18 22:37:48 2021 +0800 |
tree | 19446c834cebe038a83f5803d22c6777e78ab582 | |
parent | dcadba54be95a1f679465d5c6ce549825cb820c8 [diff] |
[DRUEL05] Implement unsolicited dns health event Implement unsolicited dns health event that will report to the listener when get dns lookup result. Bug: 173485754 Test: atest resolv_integration_test resolv_unit_test\ resolv_stress_test resolv_stats_test_utils_test Change-Id: Ib44304b3806838682c6403973e364ff5825f7eb0
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.