commit | 19c98df45b83eded0b65fdd2d044a5ff6d60369b | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Aug 06 17:10:36 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 06 17:10:36 2021 +0000 |
tree | 8465092b292683714e169ff746e62ed8d94ab070 | |
parent | d9cb524cf7de03acb56cb08a4eaad73d0361593c [diff] | |
parent | 4bf5a443d593430bb4e8a48984584cc97cdf2d46 [diff] |
Merge changes from topic "idnsresolver_v9" * changes: Implement a new IPC setResolverOptions in DnsResolver Make resolverOptions optional in DnsResolver. Freeze DnsResolver AIDL interfaces to v9. Make resolverOptions in ResolverParamsParcel nullable and add a new IPC setResolverOption
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.