commit | 328324efd29fd54a61c4333df03af986e4515a9d | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Apr 07 16:37:01 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Apr 27 15:40:47 2020 +0900 |
tree | e1aa372c850af4938437360be1e841b3c6acd16d | |
parent | d463064904b4b29428bbfe42bdc93dde55ddb5b2 [diff] |
dnsresolver_aidl_interface is marked as available to platform The AIDL interface is depended on by services.net which is part of the platform. With b/153073816, we will be checking the availability to the platform; i.e. platform-available module dependinng on platform-unavailable module will cause a build error. Prepare for the change by correctly marking that the interface is also available to the platform. Exempt-From-Owner-Approval: cherry-pick from AOSP Bug: 153073816 Test: m Merged-In: I69e8ebf06e71918f430c70ae1411d3bcded9f464 (cherry picked from commit 27b9a8aa5b9a2ed9a61eab3d9d818953ecef10b0) Change-Id: I69e8ebf06e71918f430c70ae1411d3bcded9f464
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.