commit | db823dd981ceb4eef8c29648fb00fdf76521f6e6 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Aug 31 18:21:32 2021 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Aug 31 18:21:32 2021 -0700 |
tree | b11c12f23e6ce9aa8238045e59cf6c30e668d1e8 | |
parent | 9b72daa3b7f3f33fcc5bf25269a9221cf296e904 [diff] |
dnsresolver_aidl: use versions for imports This makes sure that when developers add a new version of an interface, or when interfaces are being frozen, the runtime/buildtime situation of clients depending on those interfaces remains the same. This is required for AIDL to continue working at scale. Bug: 188871598 Test: build Change-Id: I2c9ff7210eee5c96cbfac040faeeb0c8ae1c8c47
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.