commit | 99c0b3264836494f9c10e67dab3b802a46a5f8e6 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Wed Nov 20 14:24:09 2019 +0800 |
committer | Ken Chen <cken@google.com> | Wed Nov 20 20:35:26 2019 +0800 |
tree | ce00d6b237c034346ef54d368c200bb66f0f9572 | |
parent | d0f21362bdd535a9922a701c3475230cd77c14a5 [diff] |
Move private headers out of /include folder 1. The /include folder is exported by export_include_dirs attribute. The headers for internal use should be moved to another place. 2. Remove unnecessary #inlcude from public headers. So we can have a compact .lsdump for ABI checker. Bug: 144407448 Test: atest Change-Id: I5bb0df02a1ccb70f0e91f4b77668ce54e0127f62
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.