commit | 134dc5d9db2bc86d909f62d2437912a77f5b85d3 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Sep 15 05:36:02 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 15 05:36:02 2021 +0000 |
tree | b8643d20727b1b89d61867f8da83dcfe6da857d0 | |
parent | 67936ef2be46a6942f302964f31cff5c237f6941 [diff] | |
parent | 78f48c31a32729e45ad2513023528388754641fe [diff] |
Merge changes from topic "idnsresolver_v10" * changes: Fix flaky test PrivateDnsDohTest.PreferIpv6 Report private DNS protocols in onPrivateDnsValidationEvent Freeze DnsResolver AIDL interfaces to v10 Extend onPrivateDnsValidationEvent to support the type of private DNS
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.