| commit | e8dda5a3242362a308dc4c4da727cb4ceb406531 | [log] [tgz] |
|---|---|---|
| author | Nagendra Prasad Nagarle Basavaraju <nagendranb@google.com> | Wed Jan 31 13:57:09 2024 +0000 |
| committer | Nagendra Prasad Nagarle Basavaraju <nagendranb@google.com> | Wed Feb 07 16:09:51 2024 +0000 |
| tree | a3a628d398b4749784dbc53289418707af824f5d | |
| parent | 2ca97ef7eb3ba43828f8261503d6494c6c28caa3 [diff] |
add TRANSPORT_SATELLITE and freeze DnsResolver AIDL interfaces to v14 1. Adds `TRANSPORT_SATELLITE` to IDnsResolver.aidl as this is required per its documentation 2. Freeze the DnsResolver AIDL API to V14 so that the Connectivity module can refer to the new DnsResolver API. Bug: 320514105 Test: m and unit tests Change-Id: I696713e63d33a361638ac69beaa4951e333ed661
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.