commit | 27b9a8aa5b9a2ed9a61eab3d9d818953ecef10b0 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Apr 07 16:37:01 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Apr 10 13:26:13 2020 +0900 |
tree | 15434db782d21a638c3e0722214043b885aec85b | |
parent | e1ddf09890f87f6a88d8672e5d106b33204487f7 [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. Bug: 153073816 Test: m 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.