commit | 6a66baeae9f2a73bf3acda2625c45c6170ad0967 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Fri Jan 15 10:18:54 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 15 10:18:54 2021 +0000 |
tree | c90ebb319aab6729455fdd785b7a27e2a9556817 | |
parent | 50eccf9f2e8476f25a16923cea93a73da9041578 [diff] | |
parent | 3498f64d0a80b8833d6748924bc0117493207009 [diff] |
Merge "[DRUEL03] Implement unsolicited private DNS validation event" am: 34c67cbd78 am: a0c18b82b1 am: 3498f64d0a Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1527454 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I39c5b4bcc64e6e0a4875d57963b3a7be78858a13
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.