| commit | e77df92c348717c2dc6eec542d50c2fbdd41efbf | [log] [tgz] |
|---|---|---|
| author | Kangping Dong <wgtdkp@google.com> | Fri Dec 23 14:02:03 2022 +0800 |
| committer | Kangping Dong <wgtdkp@google.com> | Thu Feb 02 15:34:38 2023 +0800 |
| tree | e84f0de40dbf88c84d85b79830582eefba67fc66 | |
| parent | 37d7b4cc7174a83deda7317b5f7a1fb085281547 [diff] |
add TRANSPORT_THREAD and freeze DnsResolver AIDL interfaces to v11 1. Adds `TRANSPORT_THREAD` to IDnsResolver.aidl as this is required per its documentation 2. Freeze the DnsResolver AIDL API to V11 so that the Connectivity module can refer to the new DnsResolver API. Bug: 262683651 Test: `m` and unit tests Change-Id: I572e7bad8a28d6760f4d3f23e0aaf4b77c3a604e
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.