commit | 0664f6982e28467566a970323156c5a3b9738d66 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Mon Dec 14 16:48:26 2020 +0800 |
committer | paulhu <paulhu@google.com> | Thu Jan 14 22:57:04 2021 +0800 |
tree | 6881e80c7cc6277e07a940090ec7e98142bac256 | |
parent | 779f160d3a922ddffed30ed038c8f393844ef273 [diff] |
[DRUEL03] Implement unsolicited private DNS validation event Implement unsolicited private DNS validation event that will report to the listener when process a private DNS validation and get result. Bug: 173485754 Test: atest resolv_integration_test resolv_unit_test\ resolv_stress_test resolv_stats_test_utils_test Change-Id: I2b90f4e5ad298e06efbb07c8bcc56808df46fdd0
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.