commit | 1003e33b1d0aaa161554e96807a2719dbed65b96 | [log] [tgz] |
---|---|---|
author | lucaslin <lucaslin@google.com> | Tue Mar 30 16:21:26 2021 +0800 |
committer | Lucas Lin <lucaslin@google.com> | Thu Jul 08 07:17:58 2021 +0000 |
tree | ea39fcdef08ea6d8f660cc12a3c3f421a4054c2b | |
parent | 9069e6dc914279b8fa4a2fd695419039ffe1739a [diff] |
Remove "//apex_available:platform" There is no one in platform that refers to dnsresolver_aidl_interface-java, so dnsresolver_aidl_interface-java doesn't need to be available for platform. Bug: 184015724 Test: m & atest Change-Id: I59a7440d7a44a90ac92d54419728f256d4174f76 Merged-In: I59a7440d7a44a90ac92d54419728f256d4174f76
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.